body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #ffffff;
}
.header {
    background-color: #000000;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
}
.back-icon {
    display: inline-block;
    margin: 20px;
    position: absolute;
    width: 23px;
    height: 23px;
}
.header-blog-button {
    display: inline-block;
    padding: 5px 7px;
    margin: 10px 20px 0 0;
    border-radius: 5px;
    float: right;
    color: #ffffff;
    font-size: 14px;
    background: #7986CB;
}
h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 55%;
    margin: 15px auto 15px auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    color: #ffffff;
    font-weight: normal;
}
.exam-icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 20px 0 0;
}
.content {
    margin-top: 50px;
}
ol {
    padding: 10px 0 10px 25px;
    margin: 0 0 0 -25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 100;
    border-bottom: 2px solid #7986CB;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}
ol li {
    display: inline-block;
}
.linking-page {
    color: #757575;
    font-size: 12px;
}
.linking-arrow {
    max-width: 17px;
    vertical-align: middle;
}
.card-exams {
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    line-height: 22px;
    font-size: 17px;
    padding: 10px 25px 16px 25px;
    border-top: none;
    z-index: 10;
}
.exam-question {
    color: #2E2E2E;
    margin: 80px 0 20px 0;
    font-weight: 300;    
}
.exam-question:first-child {
    margin-top: 1000px;
} 
.exam-number {
    font-weight: 500;
    margin-right: 5px;
}
.exam-image {
    max-width: 50px;
    margin: -30px 0 -10px 0;
}
.exam-description {
    margin-bottom: 50px;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 4px;
}
.exam-titles {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.exam-text {
    margin: 0 20px 200px 20px;
}
.exam-conversation {
    list-style: none;
    margin: 0 auto 50px auto;
    padding: 0;
    font-size: 16px;
    max-width: 400px;
}
.conversation-bar {
    border: 1px solid gray;
    background-color: transparent;
    color: #212121;
    border-left: none;
    border-right: none;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 30px;
}
.conversation-left {    
    left: 0;    
    margin-bottom: 10px;
}
.conversation-right {
    margin-bottom: 10px;
    display: inline-block;
    float: right;
}
.text-time {
    font-size: 12px;
    color: #9e9e9e;
    display: block;
}
.text-person1 {
    background-color: #F0F4C3;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 40px;
    display: inline-block;
}
.text-person2 {
    background-color: #B2EBF2;
    padding: 10px;
    border-radius: 4px;
    margin-left: 40px;
}
.conversation-box {
    padding: 7px 10px;
    border-radius: 4px;
    margin-bottom: 7px;
    font-size: 15px;
}
.jess-box {
    background-color: #E3F2FD;
}
.luke-box {
    background-color: #E8EAF6;
}
.mick-box {
    background-color: #E0F2F1;
}
.rotate {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.exam-digits {
    font-size: 50px;
    font-weight: 500;
}
audio {
    margin: 0 0 -20px 0;
}
.exam-label {
    display: block;
    position: relative;
    padding: 3px 0 3px 17px;
    margin: 0 0 5px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 31px;
    font-weight: 300;
    background-color: #f5f5f5;
    border-radius: 4px; 
}
.exam-label  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.exam-label input:checked ~ .exam-checkmark {
    border: 2px solid  #7986CB;
    border-radius: 4px;
}
.exam-label input:checked ~ .exam-checkmark:after {
    display: block;
}
.exam-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 99%;
    border-radius: 4px;
}
.exam-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.exams-score{
    font-size:25px;
    margin: 100px auto 50px auto;
    text-align: center;
    line-height: 40px;
}
.exam-correct-icon {
    width: 20px;
    background-color: #00C853;
    border-radius: 50px;
    padding: 3px;
    margin: 10px 0 30px 16px;
}
.exam-incorrect{    
    color: red;
    font-weight: 500;
}
.exam-incorrect-icon {
    background-color: #ff2828;
    border-radius: 50px;
    width: 20px;
    padding: 3px;
    margin: 10px 0 0 16px;
    display: block;
}
.correction-title {
    margin: 10px 0 0 16px;
}
.exam-correction {
    font-weight: 500;
    margin: 0 0 80px 16px;
    color: #7986CB;
}
.exam-correction .exam-checkmark {
    border-bottom: none;
}
input.exam-radio {
    display: none;
}
.exams-correct-answers .exam-checkmark{
    display: none;
}
input.exam-submit[type="submit"] {
    color: #ffffff;
    background-color: #000;
    margin: 0;
    border: 0;
    outline: 0;
    text-transform:uppercase;
    height:35px;
    width: 160px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}
input.exam-submit[type="submit"]:hover {
  color: #ffffff;  
  text-decoration: none;
}
.exams-check {
    text-align: center;
    margin: 100px 0 0 0;
}
.check-score {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}
.finished-title {
    padding: 0;
    margin: 0;
}
.exam-scored {
    font-weight: 400;
    margin: 0;
    font-size: 22px;
}
.perfect-exam {
    margin: 0;
    padding: 0;
    color: #00c853;
}
.recomended-exam {
    font-size: 17px;
    font-weight: 300;
    margin: 10px auto 20px auto;
    line-height: 25px;
    max-width: 190px;
}
.recomended-btn {
    background-color: #2196f3;
    margin: 0 auto 50px auto;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    padding: 8px 12px;
}
.exams-restart {
    text-align: center;
    margin: 50px auto 20px 0;
}
.exams-restart-icon {
    width: 30px;
}
.exams-hide {
    display:none;
}
.footer {
    font-weight: 300;
    margin-top: 100px;
    background-color: #333;
    bottom: 0;
    padding: 50px 30px 0 30px;
    text-align: center;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-app {
    margin: 0 auto;
}
.footer-app-icon {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.footer-item {
    font-size: 15px;
    margin: 0 0 10px 0;
    text-align: center;
}
.footer-item a {
    color: #ffffff;
}
.footer-division {
    width: 100%;
    height: 1px;
    background-color: #606060;
    margin: 20px 0;
    border: none;
}
.contact {
    display: block;
    margin: 30px 0 10px 0;
}
.contact-email {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
.contact-icon {
    display: inline-block;
    vertical-align: text-bottom;
}
.footer-social-wrapper {
    padding: 5px 30px 40px 30px;
    color: #fff;
    line-height: 20px;
}
.footer-social-icon {
    display: inline-block;
    width: 40px;
    margin: 0 5px 0 5px;
    border-radius: 50%;
}
.footer-legals {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
button {    
    border: none;
    outline:none;
}
ul {
    padding: 5px;
    margin: 0;
    list-style-type: none;
}
p {
    margin:0;
}
a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width:600px) and (max-width:1920px) {       
    @font-face {
        font-family: 'Roboto';
        src: url('../fonts/Roboto.woff') format('woff');             
    }
    @font-face {
        font-family: 'Roboto-Light';
        src: url('../fonts/Roboto-Light.woff') format('woff');             
    }
    @font-face {
        font-family: 'Roboto-Bold';
        src: url('../fonts/Roboto-Bold.woff') format('woff');             
    } 
    .content {
        margin: 50px auto 0 auto;
    }
    .card-exams {
        max-width: 800px;
        margin: auto;
    }
    .footer {
        text-align: center !important;
    }
    .footer-app {
        margin: 0 auto 30px auto;
    }
    .footer-item {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer-division {
        margin: 30px auto;
    }
    .footer-social-icon {
        margin: 0 5px 0 5px;
    }
    .contact {
        margin: 30px 0 10px 0;
    }
    .footer-legals {
        margin-left: 0;
    }
}
