@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@800&family=Inter:wght@400;700&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: #fff;
    background: #e0e0e0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1em
}

blockquote,
li,
p {
    line-height: 1.5em
}

a {
    color: #007bb6;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

table {
    
  border-collapse: collapse;
}

.wrapper {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.browsehappy {
    margin: 0;
    background: #007bb6;
    color: #fff;
    padding: 1em 0;
    text-align: center
}

* {
    box-sizing: border-box
}
/* 
@font-face {
    font-family: Commando;
    src: url(fonts/commando-webfont.35036e8a.eot);
    src: url(fonts/commando-webfont.35036e8a.eot?#iefix) format("embedded-opentype"), url(fonts/commando-webfont.09a489d5.woff2) format("woff2"), url(fonts/commando-webfont.7a8d33f4.woff) format("woff"), url(fonts/commando-webfont.525aaf25.ttf) format("truetype"), url(fonts/commando-webfont.2d54e474.svg#commandocommando) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fontello;
    src: url(fonts/fontello.7cf36cf4.eot?59847630);
    src: url(fonts/fontello.7cf36cf4.eot?59847630#iefix) format("embedded-opentype"), url(fonts/fontello.70064181.woff?59847630) format("woff"), url(fonts/fontello.61b5bb73.ttf?59847630) format("truetype"), url(fonts/fontello.a7ccacd3.svg?59847630#fontello) format("svg");
    font-weight: 400;
    font-style: normal
} */

#resultsCover .socialContainerBottom a:before,
#resultsCover .socialContainerTop a:before,
.fontello-icon:before,
.social-likes_vertical a:before,
[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-info-circled:before {
    content: '\e800'
}

.icon-cancel-circled:before {
    content: '\e801'
}

#resultsCover .socialContainerBottom .customFacebook:before,
#resultsCover .socialContainerTop .customFacebook:before,
.icon-facebook:before,
.social-likes_vertical .facebook:before,
.social-likes_vertical .social-likes__widget_facebook:before {
    content: '\e802'
}

#resultsCover .socialContainerBottom .customTwitter:before,
#resultsCover .socialContainerTop .customTwitter:before,
.icon-twitter:before,
.social-likes_vertical .social-likes__widget_twitter:before,
.social-likes_vertical .twitter:before {
    content: '\e803'
}

.icon-gplus:before,
.social-likes_vertical .plusone:before,
.social-likes_vertical .social-likes__widget_plusone:before {
    content: '\e804'
}

.icon-linkedin:before,
.social-likes_vertical .linkedin:before,
.social-likes_vertical .social-likes__widget_linkedin:before {
    content: '\e805'
}

.icon-pinterest-circled:before,
.social-likes_vertical .pinterest:before,
.social-likes_vertical .social-likes__widget_pinterest:before {
    content: '\e806'
}

.icon-code:before,
.social-likes_vertical .embedLink:before {
    content: '\e807'
}

.icon-cancel:before {
    content: '\e808'
}

.icon-share:before {
    content: '\e80b'
}

.closeEmbed {
    position: absolute;
    display: block;
    top: 12px;
    right: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 2em;
    color: #555
}

#embed,
.social-likes_vertical {
    position: fixed;
    text-align: center
}

.closeEmbed:hover {
    color: #555
}

#embed {
    width: 100%;
    height: 190px;
    left: 0;
    bottom: -200px;
    background: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-top: 5px solid #555;
    z-index: 999999
}

#embed h5 {
    font-weight: 700;
    font-size: 22px;
    margin: 15px;
    color: #333
}

#embed textarea {
    width: 90%;
    border: 1px solid #999;
    color: #111;
    font-size: 11px;
    font-family: monospace;
    border-radius: 3px;
    padding: 5px;
    height: 90px
}

@media (min-width:960px) {
    #embed {
        width: 600px;
        height: 190px;
        left: 50%;
        margin-left: -300px
    }
    #embed textarea {
        width: 450px
    }
}

.social-likes_vertical {
    left: 0;
    top: 30%;
    bottom: auto;
    width: auto;
    opacity: 0;
    -webkit-transition: opacity ease 1s;
    transition: opacity ease 1s;
    z-index: 50
}

@media (max-width:750px) {
    .social-likes_vertical {
        display: none
    }
}

.social-likes_vertical.social-likes_visible {
    opacity: 1;
    visibility: visible
}

.social-likes_vertical.social-likes_hidden {
    opacity: 0;
    visibility: hidden
}

.social-likes_vertical a {
    display: block;
    float: none;
    margin: 0;
    width: 48px;
    height: auto;
    padding: 9px 0 7px;
    line-height: 33.6px;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    vertical-align: middle;
    text-decoration: none;
    font-family: sans-serif;
    position: relative
}

.social-likes_vertical a:hover {
    width: 63px
}

.social-likes_vertical a:before {
    position: relative;
    z-index: 2
}

.social-likes_vertical .facebook,
.social-likes_vertical .social-likes__widget_facebook {
    background-color: #3b5998
}

.social-likes_vertical .social-likes__widget_twitter,
.social-likes_vertical .twitter {
    background-color: #00aced
}

.social-likes_vertical .plusone,
.social-likes_vertical .social-likes__widget_plusone {
    background-color: #dd4b39
}

.social-likes_vertical .plusone:before,
.social-likes_vertical .social-likes__widget_plusone:before {
    top: .05em
}

.social-likes_vertical .linkedin,
.social-likes_vertical .social-likes__widget_linkedin {
    background-color: #007bb6
}

.social-likes_vertical .pinterest,
.social-likes_vertical .social-likes__widget_pinterest {
    background-color: #cb2027
}

.social-likes_vertical .embedLink {
    background-color: #555
}

.social-likes_vertical .embedLink:before {
    text-indent: -.02em;
    top: -.05em
}

.social-likes_vertical .social-likes__button {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.main,
.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%
}

.social-likes_vertical .social-likes__counter {
    display: none
}

@media (min-width:1140px) {
    .social-likes_vertical .social-likes__counter {
        display: block;
        font-size: 12px;
        line-height: 1em
    }
}

.gaTags,
.social-likes_vertical .social-likes__counter.social-likes__counter_empty {
    display: none
}

body {
    -ms-overflow-style: none;
    font-synthesis: weight;
    letter-spacing: .02em
}

::-webkit-scrollbar {
    display: none
}

.main {
    left: 0
}

.overlay {
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:600px) {
    .overlay {
        font-size: 80%
    }
}

:not(.lt-ie10) .centeredContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%)
}

section {
    position: relative;
    min-height: 100%;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 10%;
}

.nextPageButton,
.nextPageButton img {
    height: 30px;
    width: 35px
}

.lt-ie9 section {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)
}

.nextPageButton {
    margin: 0 auto;
    cursor: pointer
}

.nextPageButton.bounce {
    -webkit-animation: animation-bounce 2s infinite;
    animation: animation-bounce 2s infinite
}

#splashCover {
    position: absolute;
    text-align: center;
}

#splashCover .splashCentered {
    width: 100%;
    top: 45%
}

#splashCover #splashBottom,
#splashCover #splashTop {
    position: relative;
    width: 80%;
    margin: 0 auto;
    font-family: Exo, sans-serif
}

#splashCover #splashTop {
    padding-top: 50px;
    line-height: 2.2em
}

#splashCover #splashBottom .methodExplain {
    font-size: 1.3em
}

@media (max-width:750px) and (orientation:landscape) {
    #splashCover #splashTop {
        padding-top: 10px
    }
    #splashCover #splashBottom .methodExplain {
        font-size: 1.1em
    }
}

#splashCover .gameInstructions {
    font-size: 1.3em
}

@media (max-width:750px) and (orientation:landscape) {
    #splashCover .gameInstructions {
        margin-bottom: 0;
        font-size: 1.1em
    }
}

#splashCover .blockSpan {
    margin-bottom: 20px;
    display: block
}

@media (max-width:750px) and (orientation:landscape) {
    #splashCover .blockSpan {
        margin: 5px 0
    }
}

#splashCover .smallStop {
    background-image: url(../images/norev/stop.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 5px -15px
}

.lt-ie9 #splashCover .smallStop {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/norev/stop.png', sizingMethod='scale');
    background-image: none;
    display: inline-block
}

#spinnerFallback,
#splashCover #instrOnMobile {
    display: none
}

h1.title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 2.4em;
    margin: 0 0 36px;
    max-width: 550px;
}

p.subtitle {
    font-family: 'Inter';
    font-size: 20px;
    max-width: 640px;
    color: #EDE7E7;
    margin: 0;
    margin-bottom: 36px;
}

.btn {
    padding: 16px 32px;
    background: linear-gradient(180deg, #00FF89 -51.64%, #198754 170.49%);
    box-shadow: 0px 24px 40px rgba(78, 122, 49, 0.31);
    border-radius: 16px;
    font-family: 'Exo 2';
    font-weight: 700;
    font-size: 24px;
    width: auto;
    margin: 0;
    cursor: pointer;
    transition: all 200ms;
}

.btn:hover {
    transform: translateY(5px);
    box-shadow: 0px 12px 20px rgba(78, 122, 49, 0.31);
}

.powered {
    margin-top: 48px;
}

.powered a {
    color: white;
    font-weight: bold;
}

.stop-sign-p {
    width: 32px;
    display: inline;
    position: relative;
    transform: translateY(8px);
    margin: 0 4px;
}

h3.more-title {
    margin: 0;
    font-size: 24px;
    font-family: 'Exo 2';
}

h3.challenge {
    margin-top: 90px;
}

#we-survey h3.challenge {
    margin-top: 0px;
}

.challenge-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 435px;
    max-width: 100%;
    gap: 24px;
    margin-top: 24px;
}


.btn-social-share {
    text-decoration: none;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: left;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
}

.btn-social-share img {
    margin-right: 16px;
    flex-shrink: 0;
}

.btn-social-share.facebook {
    background-color: #39589B;
}

.btn-social-share.twitter {
    background-color: #00ACF0;
}


@media (max-width:600px) {
    .challenge-btn-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn-social-share {
        width: 80%;
        max-width: 200px;
    }
}

h3.how-we-work {
    margin-top: 96px;
    margin-bottom: 60px;
    font-family: 'Exo 2';
    font-weight: 700;
    font-size: 36px;
}

.how-we-work-container {
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1280px;
}

.how-we-work-container h5 {
    margin: 0;
    margin-bottom: 32px;
    font-family: 'Inter';
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

@media (max-width:600px) {
    .how-we-work-container {
        display: flex;
        flex-direction: column;
    }
    
    h3.how-we-work {
        font-size: 30px;
    }
}

.how-we-work-container table {
    width: 100%;
}

.how-we-work-container table, td,th {
    border-collapse: collapse;
    border: 1px solid #fff;
    padding: 10px;
}

.how-we-work-container thead {
    display: table; /* to take the same width as tr */
    width: 100%; /* - 17px because of the scrollbar width */
}

.how-we-work-container tbody {
    display: block; /* to enable vertical scrolling */
    max-height: 290px; /* e.g. */
    overflow-y: scroll; /* keeps the scrollbar even if it doesn't need it; display purpose */
}

.how-we-work-container th {
    background-color: #198754;
}

.how-we-work-container th, td {
    width: 33.33%; 
    word-break: break-all; /* 4. */
}

.how-we-work-container tr {
    display: table; /* display purpose; th's border */
    width: 100%;
    box-sizing: border-box; /* because of the border (Chrome needs this line, but not FF) */
}

.how-we-work-container td {
    text-align: center;
    border-bottom: none;
    border-left: none;
}

.logo-link {
    font-family: 'Exo 2';
    font-weight: 700;
    color: white;
    text-decoration: none;
    font-size: 32px;
    margin-top: 120px;
}

.share-container {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    border-radius: 16px 0 0 16px;
    padding: 16px 8px;
    z-index: 50;
}

.share-container a:hover {
    filter: brightness(110%);
}

#social-likes img {
    cursor: pointer;
}

#social-likes img:hover {
    filter: brightness(110%);
}

.hide-social-like {
    display: none;
}

@media (max-width:600px) {
    .share-container {
        gap: 20px;
    }
    #social-likes img {
        width: 32px;
    }
}

.embed-share-container {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: white;
    padding: 20px 30px;
    width: 90%;
    max-width: 1000px;
    z-index: 50;
    transition: all ease-in-out 200ms;
}

.embed-share-container.hide {
    bottom: -100%;
}

.embed-share-container textarea {
    width: 100%;
    height: 100px;
}

.embed-share-container p {
    color: #111;
    font-family: 'Exo 2';
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px;
}

.embed-share-container #close-btn {
    position: absolute;
    top: 8px;
    right: 16px;
    color: #111;
    font-size: 20px;
    cursor: pointer;
}

.reaction-brake {
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    font-weight: 400;
    font-family: 'Inter';
}

.reaction-brake div:not(:last-child) {
    margin-bottom: 16px;
}

.reaction-brake .reaction-break-child {
    font-weight: bold;
}

#resetPrompt,
#resultsCover,
#splashCover .splashPageLabel,
#splashCover .splashSummary,
#splashCover .summaryInstr,
#tooSoonOverlay,
.roundButton .roundButtonText {
    font-family: Exo, sans-serif
}

#splashCover .splashSubtitle .subtitleLine1 {
    padding-left: 13px
}

@media (max-width:600px) {
    #splashCover .splashSubtitle .subtitleLine1 {
        padding-left: 10px
    }
}

@media (max-width:400px) {
    #splashCover .titleQMark {
        height: 39px;
        width: 24px;
        right: 20px
    }
    #splashCover .splashSubtitle .subtitleLine1 {
        padding-left: 8px
    }
}

#splashCover .splashPageLabel {
    padding-top: 150px;
    font-size: 1.4em;
    margin: 20px 0
}

@media (max-height:700px) {
    #splashCover .splashPageLabel {
        padding-top: 130px
    }
}

@media (max-width:750px) and (orientation:landscape) {
    #splashCover .splashPageLabel {
        padding-top: 50px
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #splashCover .splashPageLabel {
        padding-top: 30px
    }
}

@media (max-width:500px) and (orientation:landscape) {
    #splashCover .splashPageLabel {
        padding-top: 20px;
        margin-bottom: 10px
    }
}

#splashCover .splashPageLabel a {
    color: #fff
}

#splashCover .splashSummary,
#splashCover .summaryInstr {
    font-size: 1.2em
}

#startButton .roundButtonText {
    display: none;
    margin-top: 35px
}

@media (max-height:700px) {
    #startButton .roundButtonText {
        margin-top: 27px
    }
}

@media (max-width:750px) and (orientation:landscape) {
    #startButton .roundButtonText {
        font-size: 1.4em;
        margin-top: 27px
    }
}

@media (max-width:600px) {
    #startButton .roundButtonText {
        margin-top: 27px
    }
}

.lt-ie10 #spinnerFallback {
    position: absolute;
    display: block;
    background-image: url(../images/spinnerFallback.7d5b1b33.gif);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    margin-left: 5px;
    margin-top: 5px
}

#resetPrompt #resetButton,
.roundButton {
    position: relative
}

#startSpinner,
#startSpinner:after {
    border-radius: 50%;
    width: 8em;
    height: 8em
}

#spinnerFallback.hide {
    display: none
}

#startSpinner {
    margin: 7px;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, .2);
    border-right: 1.1em solid rgba(255, 255, 255, .2);
    border-bottom: 1.1em solid rgba(255, 255, 255, .2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: animation-rotate 1.1s infinite linear;
    animation: animation-rotate 1.1s infinite linear
}

.lt-ie10 #startSpinner {
    display: none
}

@media (max-height:700px) {
    #startSpinner,
    #startSpinner:after {
        width: 6em;
        height: 6em
    }
}

@media (max-width:750px) and (orientation:landscape) {
    #startSpinner,
    #startSpinner:after {
        width: 6em;
        height: 6em
    }
}

@media (max-width:600px) {
    #startSpinner,
    #startSpinner:after {
        width: 6em;
        height: 6em
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #startSpinner,
    #startSpinner:after {
        width: 6em;
        height: 6em
    }
}

@media (max-width:400px) {
    #startSpinner,
    #startSpinner:after {
        width: 6em;
        height: 6em
    }
}

.roundButton {
    background-color: #63B230;
    border: 3px solid #FFF;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 30px auto;
    cursor: pointer;
    -webkit-animation: animation-pulse 1.2s infinite alternate
}

.lt-ie9 .roundButton {
    margin-top: 10px
}

@media (max-width:750px) and (orientation:landscape) {
    .roundButton {
        height: 80px;
        width: 80px;
        margin: 10px auto
    }
}

.roundButton .roundButtonText {
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: rotate(-5deg) skew(-5deg, 0);
    -ms-transform: rotate(-5deg) skew(-5deg, 0);
    transform: rotate(-5deg) skew(-5deg, 0);
    font-size: 1.5em;
    text-align: center;
    margin-top: 20px;
    line-height: 1em
}

@media (max-height:700px) {
    .roundButton {
        height: 80px;
        width: 80px
    }
    .roundButton .roundButtonText {
        margin-top: 15px;
        font-size: 1.2em
    }
}

@media (max-width:600px) {
    .roundButton {
        height: 80px;
        width: 80px
    }
    .roundButton .roundButtonText {
        margin-top: 15px
    }
}

@media (max-width:400px) {
    .roundButton .roundButtonText {
        margin-top: 17px;
        font-size: 1.5em
    }
}

@media (max-width:750px) and (orientation:landscape) {
    .roundButton .roundButtonText {
        font-size: 1.3em;
        margin-top: 15px
    }
}

@media (max-width:600px) and (orientation:landscape) {
    .roundButton .roundButtonText {
        margin-top: 20px
    }
}

#resetPrompt {
    background: rgba(0, 0, 0, .7);
    display: none;
    text-align: center
}

.lt-ie9 #resetPrompt {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)
}

#resetPrompt #resetTop {
    font-size: 1.5em;
    position: relative;
    margin-top: 20%
}

@media (max-width:750px) and (orientation:landscape) {
    #resetPrompt #resetTop {
        margin-top: 15%
    }
}

#resetPrompt #resetTop .resetTitle {
    font-weight: 700
}

#stopCover {
    display: none;
    background: rgba(0, 0, 0, .2)
}

#stopCover .preloadStopSign,
#stopCover .stopSign {
    background-image: url(../images/norev/stop.png);
    background-repeat: no-repeat
}

.lt-ie9 #stopCover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)
}

#stopCover .preloadStopSign {
    background-position: -9999px -9999px;
    height: 1px;
    width: 1px
}

#stopCover .stopSign {
    background-size: contain;
    background-position: center;
    height: 400px;
    width: 400px;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -200px;
    position: absolute;
    z-index: 9
}

.lt-ie9 #stopCover .stopSign {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/norev/stop.png', sizingMethod='scale');
    background-image: none
}

@media (max-width:500px) {
    #stopCover .stopSign {
        height: 250px;
        width: 250px;
        margin: -150px 0 0 -125px
    }
}

@media (max-width:400px) {
    #stopCover .stopSign {
        height: 200px;
        width: 200px;
        margin: -125px 0 0 -100px
    }
}

@media (max-height:600px) {
    #stopCover .stopSign {
        height: 250px;
        width: 250px;
        margin: -150px 0 0 -125px
    }
}

@media (max-height:400px) {
    #stopCover .stopSign {
        height: 200px;
        width: 200px;
        margin: -125px 0 0 -100px
    }
}

@media (max-width:750px) and (orientation:landscape) {
    #stopCover .stopSign {
        height: 250px;
        width: 250px;
        margin: -150px 0 0 -125px
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #stopCover .stopSign {
        height: 200px;
        width: 200px;
        margin: -125px 0 0 -100px
    }
}

#tooSoonOverlay {
    display: none;
    background: rgba(0, 0, 0, .7);
    text-align: center
}

.lt-ie9 #tooSoonOverlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)
}

#tooSoonOverlay #tooSoonTop {
    font-size: 1.5em;
    position: relative;
    margin-top: 20%
}

#tooSoonOverlay #tooSoonTop .tooSoonTitle {
    font-weight: 700
}

#tooSoonOverlay #tooSoonButton {
    position: relative
}

#resultsCover {
    position: absolute;
    display: none;
    text-align: center
}

#resultsCover #resultsTop {
    position: relative;
    top: 50px;
    left: 50%;
    width: 100%;
    margin-left: -50%
}

@media (max-width:750px) {
    #resultsCover #resultsTop {
        top: 10px;
        font-size: 80%
    }
}

@media (max-height:500px) {
    #resultsCover #resultsTop {
        top: 10px
    }
}

#resultsCover #resultsBottom {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 90%;
    margin-left: -45%
}

@media (max-width:750px) and (orientation:landscape) {
    #tooSoonOverlay #tooSoonTop {
        margin-top: 15%
    }
    #resultsCover #resultsBottom {
        bottom: 30px
    }
}

@media (max-height:300px) and (max-width:600px) and (orientation:landscape) {
    #resultsCover .section2 {
        height: 130%
    }
}

@media (max-height:250px) and (max-width:600px) and (orientation:landscape) {
    #resultsCover .section2 {
        height: 140%
    }
}

@media (max-height:600px) {
    :not(.lt-ie10) #resultsCover #restartButton {
        position: initial;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 50px
    }
}

@media (max-height:500px) {
    :not(.lt-ie10) #resultsCover #restartButton {
        margin-top: 30px
    }
}

@media (max-height:400px) {
    :not(.lt-ie10) #resultsCover #restartButton {
        margin-top: 10px
    }
}

@media (max-height:600px) and (max-width:750px) and (orientation:landscape) {
    :not(.lt-ie10) #resultsCover #restartButton {
        margin-top: 10px
    }
}

@media (max-width:600px) and (orientation:landscape) {
    :not(.lt-ie10) #resultsCover #restartButton {
        position: initial;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 10px
    }
}

.lt-ie9 #resultsCover #restartButton {
    margin-top: 60px
}

@media (max-width:600px) and (orientation:landscape) {
    #resultsCover #restartButton {
        height: 60px;
        width: 60px;
        margin: 10px auto
    }
}

@media (max-width:300px) {
    #resultsCover #restartButton {
        height: 60px;
        width: 60px;
        margin: 10px auto
    }
}

@media (max-height:700px) {
    #resultsCover #restartButton {
        margin: 10px auto
    }
}

@media (max-width:600px) {
    #resultsCover #restartButton .roundButtonText {
        font-size: 1.5em;
        margin-top: 15px
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #resultsCover #restartButton .roundButtonText {
        font-size: 1.2em;
        margin-top: 11px
    }
}

@media (max-width:300px) {
    #resultsCover #restartButton .roundButtonText {
        font-size: 1.2em;
        margin-top: 11px
    }
}

#resultsCover #resultsTitle {
    transform: rotate(-5deg) skew(-5deg, 0);
    font-size: 2em;
    text-transform: uppercase;
    width: 460px;
    padding-left: 10px;
    letter-spacing: .1em
}

@media (max-height:700px) {
    #resultsCover #resultsTitle {
        font-size: 1.3em;
        width: 300px
    }
}

@media (max-height:400px) {
    #resultsCover #resultsTitle {
        width: 270px
    }
}

@media (max-width:750px) {
    #resultsCover #resultsTitle {
        font-size: 1.5em;
        width: 280px
    }
}

@media (max-width:600px) {
    #resultsCover #resultsTitle {
        width: 240px
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #resultsCover #resultsTitle {
        width: 160px;
        font-size: 1em
    }
}

@media (max-width:500px) {
    #resultsCover #resultsTitle {
        font-size: 1.2em;
        width: 190px
    }
}

@media (max-height:400px) and (max-width:600px) and (orientation:landscape) {
    #resultsCover #resultsTitle {
        width: 170px
    }
}

#resultsCover #resultsTitle.slow {
    padding-left: 30px
}

@media (max-width:600px) {
    #resultsCover #resultsTitle.slow {
        width: 340px
    }
}

@media (max-width:750px) and (orientation:landscape) {
    #resultsCover #resultsTitle.slow {
        width: 380px
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #resultsCover #resultsTitle.slow {
        width: 230px;
        font-size: 1em
    }
}

#resultsCover #resultsTitle #resultsLine1,
#resultsCover #resultsTitle #resultsLine2 {
    -webkit-transform: rotate(0) skew(-10deg, 0);
    -ms-transform: rotate(0) skew(-10deg, 0);
    transform: rotate(0) skew(-10deg, 0);
    font-weight: 700
}

#resultsCover #resultsTitle #oneLineResultsTitle {
    -webkit-transform: rotate(0) skew(-10deg, 0);
    -ms-transform: rotate(0) skew(-10deg, 0);
    transform: rotate(0) skew(-10deg, 0);
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: -3px;
    display: none
}

#resultsCover #ageResultContainer,
#resultsCover #fastResultsTitle,
#resultsCover #slowResultsTitle {
    font-family: 'Exo 2';
    font-weight: 700;
}

#resultsCover #ageResultContainer {
    font-size: 2em
}

@media (max-height:400px) {
    #resultsCover #ageResultContainer {
        font-size: 1.7em
    }
}

#resultsCover #ageSpan {
    margin-right: -10px
}

#resultsCover #slowResultsTitle {
    display: none;
    font-size: 32px;
}

@media (max-height:700px) {
    #resultsCover #resultsTitle.slow {
        padding-left: 20px
    }
    #resultsCover #ageSpan {
        margin-right: -10px
    }
    #resultsCover #slowResultsTitle {
        font-size: 28px;
    }
}

@media (max-height:500px) {
    #resultsCover #slowResultsTitle {
        font-size: 24px;
    }
}

@media (max-width:750px) {
    #resultsCover #ageSpan {
        margin-right: -10px
    }
    #resultsCover #slowResultsTitle {
        font-size: 32px;
    }
}

@media (max-width:600px) {
    #resultsCover #slowResultsTitle {
    }
}

@media (max-width:500px) {
    #resultsCover #slowResultsTitle {
        font-size: 20px;
    }
}

@media (max-width:750px) and (orientation:landscape) {
    #resultsCover #slowResultsTitle {
        font-size: 24px
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #resultsCover #ageSpan {
        margin-right: -5px
    }
    #resultsCover #slowResultsTitle {
        font-size: 24px
    }
}

@media (max-width:500px) and (orientation:landscape) {
    #resultsCover #slowResultsTitle {
        font-size: 20px
    }
}

#resultsCover #fastResultsTitle {
    font-size: 32px
}

#resultsCover #fastResultsTitle span {
    display: block
}

@media (max-height:700px) {
    #resultsCover #fastResultsTitle {
        font-size: 24px;
    }
}

@media (max-height:500px) {
    #resultsCover #fastResultsTitle {
        font-size: 18px
    }
}

@media (max-width:750px) {
    #resultsCover #fastResultsTitle {
        font-size: 18px
    }
}

@media (max-width:500px) {
    #resultsCover #fastResultsTitle {
        font-size: 16px
    }
}

#resultsCover .reactionTimeContaier {
    margin-top: 30px;
    font-size: 18px
}

@media (max-width:750px) {
    #resultsCover .reactionTimeContaier {
        margin-top: 20px;
        font-size: 16px
    }
}

@media (max-width:600px) {
    #resultsCover .reactionTimeContaier {
        font-size: 1.4em
    }
}

@media (max-height:700px) {
    #resultsCover .reactionTimeContaier {
        margin-top: 20px;
        font-size: 1.3em
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #resultsCover .reactionTimeContaier {
        margin-top: 10px;
        font-size: .8em
    }
}

@media (max-height:500px) {
    #resultsCover .reactionTimeContaier {
        font-size: 1em
    }
}

#resultsCover .reactionTimeContaier #reactionTime {
    font-weight: 700
}

@media (max-width:400px) {
    #resultsCover .reactionTimeContaier #reactionTime {
        display: block
    }
}

#resultsCover .resultsLines {
    display: inline-block;
    margin-left: 5px
}

#resultsCover .resultsLines span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 7px
}

#resultsCover .resultsLines .short {
    width: 30px
}

@media (max-height:700px) {
    #resultsCover .resultsLines span {
        height: 2px;
        margin-top: 5px
    }
    #resultsCover .resultsLines .short {
        width: 20px
    }
}

@media (max-width:750px) {
    #resultsCover .resultsLines span {
        margin-top: 4px
    }
    #resultsCover .resultsLines .short {
        width: 20px
    }
}

@media (max-width:500px) {
    #resultsCover .resultsLines span {
        margin-top: 3px
    }
    #resultsCover .resultsLines .short {
        width: 15px
    }
}

#resultsCover .resultsLines .medium {
    width: 50px
}

@media (max-height:700px) {
    #resultsCover .resultsLines .medium {
        width: 35px
    }
}

@media (max-width:750px) {
    #resultsCover .resultsLines .medium {
        width: 35px
    }
}

@media (max-width:500px) {
    #resultsCover .resultsLines .medium {
        width: 25px
    }
}

#resultsCover .resultsLines .long {
    width: 70px
}

@media (max-height:700px) {
    #resultsCover .resultsLines .long {
        width: 50px
    }
}

@media (max-width:750px) {
    #resultsCover .resultsLines .long {
        width: 50px
    }
}

@media (max-width:500px) {
    #resultsCover .resultsLines .long {
        width: 37px
    }
}

#resultsCover .socialContainerBottom,
#resultsCover .socialContainerTop {
    margin-bottom: 50px
}

.lt-ie9 #resultsCover .socialContainerBottom,
.lt-ie9 #resultsCover .socialContainerTop {
    margin-bottom: 20px
}

@media (max-width:750px) and (orientation:landscape) {
    #resultsCover .socialContainerBottom,
    #resultsCover .socialContainerTop {
        margin-bottom: 5px
    }
}

@media (max-width:400px) and (orientation:portrait) {
    #resultsCover .socialContainerBottom,
    #resultsCover .socialContainerTop {
        margin-bottom: 10px
    }
}

@media (max-height:700px) {
    #resultsCover .socialContainerBottom,
    #resultsCover .socialContainerTop {
        margin-bottom: 10px
    }
}

@media (max-height:600px) {
    #resultsCover .socialContainerBottom,
    #resultsCover .socialContainerTop {
        font-size: 80%;
        margin-bottom: 5px
    }
}

#resultsCover .socialContainerBottom .socialLabel,
#resultsCover .socialContainerTop .socialLabel {
    margin-bottom: 20px
}

@media (max-width:750px) and (orientation:landscape) {
    #resultsCover .socialContainerBottom .socialLabel,
    #resultsCover .socialContainerTop .socialLabel {
        margin-bottom: 5px
    }
}

@media (max-height:700px) {
    #resultsCover .socialContainerBottom .socialLabel,
    #resultsCover .socialContainerTop .socialLabel {
        margin-bottom: 5px
    }
}

#resultsCover .socialContainerBottom a,
#resultsCover .socialContainerTop a {
    display: inline-block;
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-decoration: none
}

@media (max-height:500px) {
    #resultsCover .socialContainerBottom a,
    #resultsCover .socialContainerTop a {
        height: 30px;
        width: 160px;
        line-height: 30px
    }
}

@media (max-width:500px) {
    #resultsCover .socialContainerBottom a,
    #resultsCover .socialContainerTop a {
        height: 25px;
        width: 130px;
        font-size: .8em;
        line-height: 27px
    }
}

@media (max-width:600px) and (orientation:portrait) {
    #resultsCover .socialContainerBottom a .social-likes__icon_twitter,
    #resultsCover .socialContainerTop a .social-likes__icon_twitter {
        margin-left: -5px
    }
}

#resultsCover .socialContainerBottom .customFacebook,
#resultsCover .socialContainerTop .customFacebook {
    background: #39589B;
    margin-right: 10px
}

#resultsCover .socialContainerBottom .customFacebook:before,
#resultsCover .socialContainerTop .customFacebook:before {
    margin: 0 10px 0 -10px
}

@media (max-width:400px) {
    #resultsCover .socialContainerBottom .customFacebook:before,
    #resultsCover .socialContainerTop .customFacebook:before {
        margin: 0 2px 0 -10px
    }
}

#resultsCover .socialContainerBottom .customTwitter,
#resultsCover .socialContainerTop .customTwitter {
    background: #00ACF0
}

#resultsCover .socialContainerBottom .customTwitter:before,
#resultsCover .socialContainerTop .customTwitter:before {
    margin: 0 10px 0 -10px
}

#resultsCover .socialContainerBottom {
    margin: 30px 0
}

@media (max-width:800px) {
    #resultsCover .socialContainerBottom {
        margin: 30px 0 20px
    }
}

@media (max-width:600px) {
    #resultsCover .socialContainerBottom {
        margin: 20px 0
    }
}

@media (max-height:700px) {
    #resultsCover .socialContainerBottom {
        margin: 20px 0
    }
}

#resultsCover .methodology {
    width: 90%;
    max-width: 660px;
    padding-top: 30px;
    margin: 0 auto;
    font-size: 1.1em
}

@media (max-width:800px) {
    #resultsCover .methodology {
        font-size: 1em
    }
}

@media (max-width:600px) {
    #resultsCover .methodology {
        padding-top: 25px;
        font-size: .8em
    }
}

@media (max-height:700px) {
    #resultsCover .methodology {
        padding-top: 10px;
        font-size: .9em
    }
}

#resultsCover .logo {
    width: 100px;
    border: none
}

@media (max-height:600px) {
    #resultsCover .logo {
        width: 75px
    }
}

@media (max-width:750px) and (orientation:landscape) {
    #resultsCover .divider {
        margin-bottom: 18px
    }
}

@media (max-height:500px) and (orientation:landscape) {
    #resultsCover .divider {
        margin-bottom: 30px
    }
}

@media (max-height:400px) and (orientation:landscape) {
    #resultsCover .divider {
        margin-bottom: 20px
    }
}

@media (max-height:250px) and (orientation:landscape) {
    #resultsCover .divider {
        margin-bottom: 10px
    }
}

#resultsCover .dividerLabel {
    position: absolute;
    width: 100%;
    bottom: -10px;
    font-size: 1.4em;
    font-weight: 700;
    margin: 20px 0
}

@media (max-width:750px) and (orientation:landscape) {
    #resultsCover .dividerLabel {
        font-size: 1.3em;
        margin: 5px 0
    }
}

@media (max-height:400px) and (orientation:landscape) {
    #resultsCover .dividerLabel {
        font-size: 1em
    }
}

@media (max-height:700px) {
    #resultsCover .dividerLabel {
        margin: 0 0 5px
    }
}

#resultsCover #resultsNextPage {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s
}

#resultsCover #resultsNextPage.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lt-ie9 #resultsCover #resultsNextPage.rotate {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

@media (max-width:750px) and (orientation:landscape) {
    #resultsCover #resultsNextPage {
        margin: 0 auto 0 10px;
        height: 20px;
        width: 25px
    }
    #resultsCover #resultsNextPage img {
        height: 20px;
        width: 25px
    }
}

@media (max-height:700px) {
    #resultsCover #resultsNextPage {
        margin: 10px auto 0 -13px
    }
}

#resultsCover #graphLabel {
    font-size: 1.3em;
    padding-bottom: 30px
}

@media (max-height:500px) {
    #resultsCover #graphLabel {
        padding-bottom: 20px
    }
}

@media (max-width:750px) {
    #resultsCover #graphLabel {
        font-size: 1.2em;
        padding-bottom: 20px
    }
}

@media (max-width:600px) {
    #resultsCover #graphLabel {
        font-size: 1.1em
    }
}

#resultsCover #graph {
    position: relative;
    margin: 0 auto
}

#resultsCover #graph .axis line,
#resultsCover #graph .axis path {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    shape-rendering: crispEdges
}

#resultsCover #graph .axis text {
    fill: #fff
}

#resultsCover #graph .xAxisLabel {
    position: absolute;
    top: 0;
    left: 55px;
    font-size: .8em
}

#resultsCover #graph .yAxisLabel {
    position: absolute;
    bottom: 50px;
    right: -10px;
    font-size: .8em
}

#resultsCover #graph .xLabel,
#resultsCover #graph .yLabel {
    position: absolute;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #F73E3E;
    font-weight: 700
}

#revCounter .fill,
#speedo .fill {
    background-color: rgba(33, 205, 199, .6)
}

#canvasOverlay,
#iePlaceholder,
#resultsCover #ie8Graph,
#steeringWheel,
.background,
.dashboard {
    background-repeat: no-repeat
}

@media (max-width:750px) {
    #resultsCover #graph .xAxisLabel {
        top: -5px;
        left: 30px
    }
    #resultsCover #graph .yAxisLabel {
        bottom: 30px
    }
    #resultsCover #graph .xLabel,
    #resultsCover #graph .yLabel {
        width: 40px;
        height: 20px;
        line-height: 20px;
        font-size: .8em
    }
}

#resultsCover #graph .xLabel:after,
#resultsCover #graph .yLabel:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

#resultsCover #graph .xLabel:after {
    right: -7px;
    top: 5px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #F73E3E
}

@media (max-width:750px) {
    #resultsCover #graph .xLabel:after {
        border-width: 5px 0 5px 5px;
        right: -5px
    }
}

#resultsCover #graph .yLabel:before {
    top: -7px;
    left: 10px;
    border-width: 0 15px 15px;
    border-color: transparent transparent #F73E3E
}

#canvasOverlay,
#iePlaceholder,
.background,
.dashboard,
.ie9Background {
    height: 100%;
    width: 100%
}

@media (max-width:750px) {
    #resultsCover #graph .yLabel:before {
        border-width: 0 7px 7px;
        left: 13px
    }
}

#resultsCover #ie8Graph {
    display: none;
    background-image: url(../images/norev/ie8Graph.png);
    background-position: center;
    margin: 20px auto 0
}

.lt-ie9 #resultsCover #ie8Graph {
    display: block;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/norev/ie8Graph.png', sizingMethod='scale');
    background-image: none
}

.ie9Background {
    position: fixed;
    z-index: 0;
    display: none
}

.lt-ie9 .ie9Background {
    display: none
}

.lt-ie10 .ie9Background {
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65b7a7', endColorstr='#afddd4', GradientType=0)
}

.background {
    position: fixed;
    z-index: 1;
    background-position: center 25%;
    background-image: url(../images/norev/background.png);
    background-image: url(../images/norev/background.png), -webkit-linear-gradient(top, #6daff9 0, #88c7f0 25%, #a4e0ea 50%, #a4e0ea 50%, #a4e0ea 100%);
    background-image: url(../images/norev/background.png), linear-gradient(to bottom, #6daff9 0, #88c7f0 25%, #a4e0ea 50%, #a4e0ea 50%, #a4e0ea 100%);
    background-size: 100%
}

.lt-ie9 .background {
    display: none
}

@media (max-width:1440px) and (orientation:landscape) {
    .background {
        background-size: 100%;
        background-position: center 30%
    }
}

@media (max-width:1200px) and (orientation:landscape) {
    .background {
        background-size: 100%;
        background-position: center 40%
    }
}

@media (max-width:800px) and (orientation:landscape) {
    .background {
        background-size: 100%;
        background-position: center 40%
    }
}

@media (max-width:700px) and (orientation:landscape) {
    .background {
        background-size: 1000px;
        background-position: center 40%
    }
}

@media (max-width:600px) and (orientation:landscape) {
    #resultsCover .methodology {
        padding-top: 10px
    }
    .background {
        background-size: 800px
    }
}

@media (max-width:500px) and (orientation:landscape) {
    .background {
        background-size: 700px
    }
}

@media (max-height:1300px) and (orientation:portrait) {
    .background {
        background-size: 1000px;
        background-position: center 50%
    }
}

@media (max-height:1100px) and (orientation:portrait) {
    .background {
        background-position: center 48%
    }
}

@media (max-height:1000px) and (orientation:portrait) {
    .background {
        background-position: center 47%
    }
}

@media (max-height:750px) and (orientation:portrait) {
    .background {
        background-size: 700px;
        background-position: center 46%
    }
}

@media (max-height:650px) and (orientation:portrait) {
    .background {
        background-size: 600px;
        background-position: center 45%
    }
}

@media (max-height:600px) and (orientation:portrait) {
    .background {
        background-position: center 44%
    }
}

@media (max-height:500px) and (orientation:portrait) {
    .background {
        background-position: center 43%
    }
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

#iePlaceholder {
    display: none;
    background-image: url(../images/norev/ie8Placeholder.png);
    background-position: center 70%;
    position: fixed;
    top: 0;
    left: 0
}

.lt-ie9 #iePlaceholder {
    display: block
}

#canvasOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(../images/norev/overlay.png);
    background-size: cover
}

.lt-ie9 #canvasOverlay {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/norev/overlay.png', sizingMethod='scale');
    background-image: none
}

.dashboard {
    z-index: 3;
    background-image: url(../images/norev/dashboard.png);
    background-position: left bottom;
    position: absolute;
    bottom: -5px;
    right: 0
}

#revCounter,
#speedo {
    z-index: 4;
    bottom: 105px;
    position: absolute
}

@media (min-width:1500px) {
    .dashboard {
        background-size: 100%
    }
}

#speedo {
    left: 302px;
    height: 2px;
    width: 72px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#speedo .fill {
    height: 100%;
    width: 40%
}

.lt-ie9 #speedo .fill {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9921CDC7, endColorstr=#9921CDC7)
}

#speedo.rotate {
    -webkit-transition: all 8s linear;
    transition: all 8s linear;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.lt-ie9 #speedo.rotate {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    left: 303px
}

#speedo.rotateInstant {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

@media (max-width:800px) {
    .dashboard {
        background-size: 1300px
    }
    #speedo {
        bottom: 90px;
        left: 262px;
        width: 62px
    }
}

@media (max-width:800px) and (max-height:500px) {
    .dashboard {
        background-size: 1000px
    }
    #speedo {
        bottom: 68px;
        left: 203px;
        width: 45px
    }
}

@media (max-width:700px) {
    .dashboard {
        background-size: 1100px
    }
    #speedo {
        bottom: 76px;
        left: 222px;
        height: 1px;
        width: 52px
    }
}

@media (max-width:700px) and (max-height:500px) {
    .dashboard {
        background-size: 900px
    }
    #speedo {
        bottom: 61px;
        left: 183px;
        width: 40px
    }
}

@media (max-width:600px) {
    .dashboard {
        background-size: 900px
    }
    #speedo {
        bottom: 61px;
        left: 182px;
        width: 42px
    }
}

@media (max-width:600px) and (max-height:500px) {
    .dashboard {
        background-size: 700px
    }
    #speedo {
        bottom: 47px;
        left: 142px;
        width: 32px
    }
}

@media (max-width:500px) {
    .dashboard {
        background-size: 700px
    }
    #speedo {
        bottom: 47px;
        left: 142px;
        width: 32px
    }
}

#revCounter {
    left: 417px;
    height: 2px;
    width: 72px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#revCounter .fill {
    height: 100%;
    width: 40%
}

.lt-ie9 #revCounter .fill {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9921CDC7, endColorstr=#9921CDC7)
}

#revCounter.rotate {
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.lt-ie9 #revCounter.rotate {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    bottom: 140px;
    left: 383px
}

#revCounter.rotateInstant {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

#steeringWheel {
    z-index: 5;
    background-image: url(../images/norev/wheel.png);
    background-size: cover;
    position: absolute;
    bottom: -200px;
    left: 100px;
    height: 450px;
    width: 450px
}

@media (min-width:1500px) {
    #steeringWheel {
        background-size: 100%
    }
}

@media (max-width:800px) {
    #revCounter {
        bottom: 90px;
        left: 362px;
        width: 62px
    }
    #steeringWheel {
        left: 70px;
        height: 410px;
        width: 410px
    }
}

@media (max-width:800px) and (max-height:500px) {
    #revCounter {
        bottom: 68px;
        left: 280px;
        width: 45px
    }
    #steeringWheel {
        left: 50px;
        bottom: -170px;
        height: 330px;
        width: 330px
    }
}

@media (max-width:700px) {
    #revCounter {
        bottom: 76px;
        left: 307px;
        height: 1px;
        width: 52px
    }
    #steeringWheel {
        bottom: -180px;
        left: 55px;
        height: 360px;
        width: 360px
    }
}

@media (max-width:700px) and (max-height:500px) {
    #revCounter {
        bottom: 61px;
        left: 252px;
        width: 40px
    }
    #steeringWheel {
        left: 45px;
        bottom: -155px;
        height: 300px;
        width: 300px
    }
}

@media (max-width:600px) {
    #revCounter {
        bottom: 61px;
        left: 251px;
        width: 42px
    }
    #steeringWheel {
        bottom: -120px;
        left: 70px;
        height: 260px;
        width: 260px
    }
}

@media (max-width:600px) and (max-height:500px) {
    #revCounter {
        bottom: 47px;
        left: 196px;
        width: 32px
    }
    #steeringWheel {
        left: 40px;
        bottom: -110px;
        height: 220px;
        width: 220px
    }
}

@media (max-width:500px) {
    #revCounter {
        bottom: 47px;
        left: 196px;
        width: 32px
    }
    #steeringWheel {
        bottom: -90px;
        left: 70px;
        height: 190px;
        width: 190px
    }
}

@media (max-width:500px) and (max-height:500px) {
    #steeringWheel {
        left: 40px;
        bottom: -110px;
        height: 220px;
        width: 220px
    }
}

.lt-ie9 #steeringWheel {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/norev/wheel.png', sizingMethod='scale');
    background-image: none;
    bottom: -200px;
    left: 100px;
    height: 450px;
    width: 450px
}

@-webkit-keyframes animation-rotate {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes animation-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animation-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-10px)
    }
    60% {
        -webkit-transform: translateY(-5px)
    }
}

@keyframes animation-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes animation-pulse {
    0% {
        background-color: #99E567
    }
    100% {
        background-color: #63B230
    }
}

@keyframes animation-pulse {
    0% {
        background-color: #99E567
    }
    100% {
        background-color: #63B230
    }
}

.logo-href {
    font-size: 32px;
    text-decoration: none;
    color: white;
}


#slowResultsTitle, #fastResultsTitle {
    margin-bottom: 36px;
}

#lainaanet
{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color:white; 
    font-size:1.3em; 
    padding:5px; 
    border:1px solid white; 
    border-radius: 5px; 
    margin:5px; 
    text-decoration: none; 
    font-weight:bold;
}