@font-face {
    font-family: "Veteran Typewriter";
    src: url("veteran_typewriter.ttf") format("truetype");
}
div.header {
    text-align: center;
}
img.header {
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
    font-family: "Veteran Typewriter", Verdana, Arial, Helvetica, sans-serif;
}
div {
    position: relative;
    margin: 12px;
}
div.movie {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border-top-width: 1px;
    border-right-width-value: 1px;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-bottom-width: 1px;
    border-left-width-value: 1px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-top-style: dashed;
    border-right-style-value: dashed;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-bottom-style: dashed;
    border-left-style-value: dashed;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-top-color: #2f6fab;
    border-right-color-value: #2f6fab;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-bottom-color: #2f6fab;
    border-left-color-value: #2f6fab;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}
.title {
    font-size: 200%;
    font-weight: bold;
}
