@media screen, projection {
    html {
        min-height:100%;/* make sure it is at least as tall as the viewport */
        position:relative;
    }
    body {
        background-color: #ffffff;
        font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
        margin-top: 0;
        margin-bottom: 15px;
    }

    table {
        background-color: #a9a9a9;
        border: 4px solid #000000 !important;
        width: 70%;
    }

    table td {
        border-bottom: 2px solid #000000 !important;
        border-top: medium none !important;
    }

    table.shipping td {
        width: 50%
    }

    #clock {
    }

    .print {
        display: none;
    }

    .swedgeField {
        width: 33%;
    }

    .swedgeField2 {
        width: 16.5%
    }

    .swedgeField3 {
        width: 66%
    }

    .swedgeLabel {
        font-family: 'Eras Bold ITC', 'Eras ITC', 'sans serif';
        font-size: 36px;
        font-weight: bold;
    }

    #bg {
        position: fixed;
        top: 0;
        left: 0;
        /* Preserve aspet ratio */
        min-width: 100%;
        min-height: 100%;
    }

    .fieldLabel {
        text-align: left !important;
        width: 25%;
    }

    .borderRight {
        border-right: 2px solid black;
    }

    table thead:first-child tr:first-child th:last-child,
    table tbody:first-child tr:first-child td:last-child {
        border-radius: 2px !important;
    }

    .content {
        display: none;
    }

    .print {
        display: none;
    }

    .print_only {
        display: none;
    }

    div.print {
        display: none;
    }

    .blockHeader {
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
        background-color: #404040;
        background-repeat: repeat-x;
        border: 2px solid #e4d713 !important;
        border-radius: 2px 2px 0 0 !important;
        color: #e4d713;
        font-size: 22px;
        font-weight: bold;
        line-height: 24px;
    }

    strong.note {
        font-size: 24px;
        color: red
    }

    input[type="text"],
    textarea {
        color: #444444 !important;
        font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif !important;
    }

    input[type="text"] {
        float: left;
    }

    table.shipping input[type="checkbox"] {
        float: left;
    }

    input[type="email"],
    input[type="text"],
    input[type="password"],
    textarea,
    select {
        border: 1px solid #000000;
        border-radius: 3px;
        color: #000000;
        display: inline-block;
        font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
        font-size: 13px;
        font-weight: 900;
        line-height: 18px;
        padding: 3px;
    }

    label,
    input,
    button,
    select,
    textarea {
        font-size: 15px;
        font-weight: normal;
        line-height: 18px;
    }

    label {
        color: #000000;
        font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
    }

    input[type="submit"] {
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
        letter-spacing: 1px;
        padding: 10px;
        color: #e4d713;
        background: #404040;
        border: 2px solid #e4d713;
        border-radius: 20px/50px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease-out;
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        line-height: 28px;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
    }

    input[type="button"] {
        background-color: #2C3539;
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        -webkit-border-image: none;
        -o-border-image: none;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        /*border-color: #CCCCCC #CCCCCC #BBBBBB;
            border-radius: 4px;*/

        color: #FFFFFF !important;
        cursor: pointer;
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        line-height: 28px;
        margin-bottom: 0;
        padding: 4px 10px;
        text-align: center;
        vertical-align: middle;
    }

    input[type="submit"]:hover {
        background: #606060;
    }

    input[type="radio"] {
        bottom: 5px;
        height: 20px !important;
        position: relative;
        vertical-align: middle;
        width: 20px !important;
    }

    input[type="checkbox"] {
        border: 4px solid black;
        height: 18px;
        width: 18px;
    }

    select {
        font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
    }

    option {
        font-family: 'Open Sans', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
    }

    #load {
        position: fixed;
        z-index: 5;
        background: #696969;
        opacity: 0.8;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
        line-height: 300px;
        font-family: "Eras ITC", "Eras Bold ITC", sans-serif;
        color: #e4d713;
        font-size: 32pt;
        font-weight: bold;
    }

    #load img {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -64px;
        /* Width of image /2 */
        margin-top: -64px;
        /* Height of image /2 */
    }

    #confirmed {
        position: fixed;
        z-index: 10;
        background: #ffffff;
        width: 100%;
        height: 110%;
        margin: -20px;
        text-align: center;
    }

    #confirmed h4 {
        color: #404040;
        font-size: 22px;
        font-weight: bold;
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
        margin-top: 15%;
    }

    #confirmed p {
        color: #404040;
        font-size: 22px;
        font-weight: bold;
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
        margin-top: 5%;
    }

    #confirmed img {
        position: fixed;
        left: 50%;
        margin-top: 30px;
        margin-left: -185px;
        /* Width of image /2 */
    }

    #closeConfirm {
        color: #e4d713;
        background: #404040;
        border: 3px solid #e4d713;
        border-radius: 20px;
        font-size: 22px;
        font-weight: bold;
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
        padding: 15px;
        cursor: pointer;
        text-decoration: none;
    }

    #cap_title {
        font-family: "Eras ITC", "Eras Bold ITC", sans-serif;
        color: #e4d713;
        text-align: center;
    }

    #cap_text {
        font-family: "Eras ITC", "Eras Bold ITC", sans-serif;
    }

    .button {
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
        font-size: 1em;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 10px;
        color: #e4d713;
        background: #404040;
        border: 2px solid #e4d713;
        border-radius: 20px/50px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.8s ease-out;
    }

    .button:hover {
        background: #606060;
    }

    .button a {
        color: #e4d713;
        padding: 5px;
        text-decoration: none;
    }

    .overlay {
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
        font-weight: bold;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
    }

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

    .popup {
        margin: 70px auto;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        width: 50%;
        min-height: 2%;
        position: relative;
        transition: all 5s ease-in-out;
    }

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
    }

    .popup .close {
        transition: all 350ms;
    }

    .popup .close:hover {
        color: #E4D713;
    }

    .popup .content {
        display: block;
        margin: 2%;
        overflow: visible;
    }

    .popup iframe {
        margin-top: 5%;
        height: 225px;
    }

    .popup .content hr {
        height: 12px;
        border: 0;
        box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    }

    .popup .content p {
        margin-bottom: 10px;
        padding: 10px;
    }

    .popup .content label {
        margin: 2%;
    }

    .popup .pdf {
        cursor: pointer;
        text-align: left;
        font-size: small;
    }

    .popup .content .nextBtn {
        display: none;
        margin-bottom: 20px;
        text-align: right;
    }

    .popup .content .closeBtn {
        display: none;
        margin-bottom: 20px;
        text-align: right;
    }

    .popup .content .showNext {
        display: inline;
        margin-bottom: 20px;
        text-align: right;
    }

    .popup .content .showClose {
        display: inline;
        margin-bottom: 20px;
        text-align: right;
    }

    .modal-state {
        visibility: hidden;
    }

    .modal-state:checked {
        opacity: 1;
    }

    .hiddenTerms {
        display: none;
    }

    .termText {
        font-family: Eras ITC, Eras Bold ITC, sans-serif;
        font-size: 1.1em;
        padding: .5%;
    }
}