body {
    background-color: #f0ffff;
    text-shadow: 0 0 1px rgba(0,0,0,.25);
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.mtop5 {
    margin-top: 5px;
}
.mtop10 {
    margin-top: 10px;
}
.mtop15 {
    margin-top: 15px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop25 {
    margin-top: 25px;
}
.mtop30 {
    margin-top: 30px;
}
.navbar-brand>img {
    vertical-align: top;
    padding-top: 4px;
    display: inline;
}
.checked-box {
    z-index: 3;
    border-color: #acacac;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(187, 187, 187, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(187, 187, 187,.6);
}

form .msg-nil {
    opacity: 0;
    filter:alpha(opacity=0);
    color: #fff;
    background: #488cb7;

    height: auto;
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s;  /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s;  /* FF4+ */
    -ms-transition-duration: .2s;  /* IE10 */
    -o-transition-duration: .2s;  /* Opera 10.5+ */
    transition-duration: .2s;
}

form .msg-error {
    opacity: 1;
    filter:alpha(opacity=100);
    color: #fff;
    background: #b72a18;

    height: auto;
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s;  /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s;  /* FF4+ */
    -ms-transition-duration: .2s;  /* IE10 */
    -o-transition-duration: .2s;  /* Opera 10.5+ */
    transition-duration: .2s;
}

form .msg-ok {
    opacity: 1;
    filter:alpha(opacity=100);
    color: #fff;
    background: #00cc66;

    height: auto;
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s;  /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s;  /* FF4+ */
    -ms-transition-duration: .2s;  /* IE10 */
    -o-transition-duration: .2s;  /* Opera 10.5+ */
    transition-duration: .2s;
}

form .msg-note {
    opacity: 1;
    filter:alpha(opacity=100);
    color: #000;
    background: #caeaf0;

    height: auto;
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    -webkit-transition-duration: .2s;  /* Saf3.2+, Chrome */
    -moz-transition-duration: .2s;  /* FF4+ */
    -ms-transition-duration: .2s;  /* IE10 */
    -o-transition-duration: .2s;  /* Opera 10.5+ */
    transition-duration: .2s;
}

form .msg-nil .caret {
    opacity: 0;
    filter:alpha(opacity=0);
    border-top: 5px solid #488cb7;
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

form .msg-error .caret {
    opacity: 1;
    filter:alpha(opacity=0);
    border-top: 5px solid #b72a18;
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

form .msg-ok .caret {
    opacity: 1;
    filter:alpha(opacity=0);
    border-top: 5px solid #00cc66;
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

form .msg-note .caret {
    opacity: 1;
    filter:alpha(opacity=0);
    border-top: 5px solid #caeaf0;
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.navbar-ppsr {
    background-image: -webkit-linear-gradient(top,#004652 0,#24899a 100%);
    background-image: -o-linear-gradient(top,#004652 0,#24899a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#004652),to(#24899a));
    background-image: linear-gradient(to bottom,#004652 0,#24899a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff004652', endColorstr='#ff24899a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    color: #f5f5f5;
}

.navbar-brand, .navbar-brand:hover {
    color: #f5f5f5;
    background-color: transparent;
}

strong {
    font-weight: bold;
}

.spinner {
    margin: 30px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

/*
@font-face {
    font-family: "Lucida Console 2";
    src:
            url("/static/fontface/lucidaconsole2.eot");
    src:
            url("/static/fontface/lucidaconsole2.eot?#iefix") format("embedded-opentype"),
            url("/static/fontface/lucidaconsole2.woff2") format("woff2"),
            url("/static/fontface/lucidaconsole2.woff") format("woff"),
            url("/static/fontface/lucidaconsole2.ttf") format("truetype"),
            url("/static/fontface/lucidaconsole2.svg#Lucida Console") format("svg");
}
*/

.monofont {
    font-family: 'Ubuntu Mono', "Courier New", Courier, monospace;
}

input#vin {
    font-weight: bold;
    font-family: 'Ubuntu Mono', "Courier New", Courier, monospace;
    letter-spacing: 0.1em;
}

.smallprint p {
    font-size: 10px !important;
}

button.payment, a.payment, div.payment {
    width: 120px;
    height: 40px;
    padding: 0;
    font-size: 0.75rem;
}

/* The Express Checkout div carries .payment for the disabled toggle. It wraps a
   cross-origin iframe with no native disabled state, so disable it via pointer-events
   + dimming; width:100% lets the wallet button span the column. The radio handler
   toggles the [disabled] attribute on .payment. */
#stripe-express-checkout {
    /*width: 100%;*/
    height: auto;
}
div.payment[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}
div.payment[disabled] * {
    pointer-events: none;
}

.apple-pay-button {
    background-size: 100% 40%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    /*background-color: black;*/
}
.apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    /*background-color: white;*/
}
.apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    /*background-color: white;*/
    border: .5px solid gray;
}

.grecaptcha-badge {
    display: none;
}

s, strike {
    text-decoration:none;
    position:relative;
}
s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:red; /*this is the color of the line*/
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}

ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}

#expert table {
    border-collapse: collapse;
    margin: 12px auto;
}

#expert th, #expert td {
    border: 1px solid #ccc;
    padding: 6px 12px;
    text-align: center;
}

#expert th {
    background: #f5f5f5;
}
