.navbar {
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
.navbar a.link {
    line-height: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}
a.link.icon-only {
    width: 25px;
    margin: 0 16px;
}
.back-icon {
    margin: 0 5px !important;
}
a.link.open-picker {
    margin-right: 7px;
}
a.link.open-popover {
    margin-right: 1px;
}
.logo {
    display: inline-block;
    margin-left: 20px;
    width: 30px;
    border-radius: 3px;
}
ol {
    padding: 0 0 0 20px;
    margin: 20px 0 7px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}
ol li {
    display: inline-block;
}
.linking-page {
    color: #757575;
    font-size: 15px;
}
.linking-arrow {
    max-width: 17px;
    vertical-align: middle;
}
h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-left: 10px;
}
h2 {
    font-size: 23px;
    color: #2196f3;
    margin: 0px 0 0 23px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}
.tabbar-scrollable a.tab-link, .tabbar-scrollable a.link {
    padding: 2px;
    color: #757575;
    margin: 0 7px;
    text-transform: none;
    font-size: 15px;
}
a.tab-link.active {
    color: #fff;
}
.tabbar .tab-link-highlight {    
    height: 2px;
    background: #ffffff;  
}
.tabbar {
    top: 60px;
}
.toolbar {
    background: #fff;
    height: 130px;
    padding: 0;
    box-shadow: 0 1px 2px 0 grey;
}
.toolbar-inner {
    margin-top: 40px;
}
.page-content {
    padding-top: 80px;
}
.linking-page {
    color: #757575;
    font-size: 15px;
}
.linking-arrow {
    max-width: 17px;
    vertical-align: middle;
}
.card {
    background: #FFFFFF;
    margin: 10px;
    line-height: 22px;
    font-size: 16px;
    padding: 16px;
    border-top: none;
    z-index: 10;
    box-shadow: none;
}
.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;
}
.card-split {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin: 20px 0;
}
.exam-question {
    color: #2E2E2E;
    margin: 80px 0 20px 0;
    font-weight: 300;
    line-height: 30px;
}
.exam-number {
    font-weight: 500;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.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  #2196f3;
    border-radius: 4px;
}
.exam-label input:checked ~ .exam-checkmark:after {
    display: block;
}
.exam-image {
    max-width: 100px;
    margin: -30px 0 -10px 0;
}
.exam-text {
    margin: 0 auto 180px auto;
    max-width: 390px;
}
.exam-text-tabs {
    margin: 0;
}
.exam-description {
    margin: 60px 0 50px 0;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 4px;
}
.exam-titles {
    font-weight: 500;
    font-size: 20px;
}
.exam-conversation {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.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: 30px;
    display: inline-block;
}
.text-person2 {
    background-color: #B2EBF2;
    padding: 10px;
    border-radius: 4px;
    margin-left: 30px;
}
.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;
}
audio {
    width: 100%;
}
audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-panel {
    background-color: #fff;
}
#exam-audio::-webkit-media-controls-mute-button, #exam-audio::-webkit-media-controls-overlay-enclosure, #exam-audio::-webkit-media-controls-timeline-container, #exam-audio::-webkit-media-controls-current-time-display, #exam-audio::-webkit-media-controls-time-remaining-display, #exam-audio::-webkit-media-controls-timeline, #exam-audio::-webkit-media-controls-volume-slider, #exam-audio::-webkit-media-controls-fullscreen-button, #exam-audio::-webkit-media-controls-toggle-closed-captions-button, #exam-audio::-webkit-media-controls-fullscreen-volume-slider, #exam-audio::-webkit-media-controls-fullscreen-volume-min-button, #exam-audio::-webkit-media-controls-fullscreen-volume-max-button  {
    display: none;
    background-color: #fff;
}
audio, #exam-audio {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.text-highlight {
    font-weight: 500;
}
.rotate {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.exam-audio {
    border: 1px solid #6237ed;
    margin: 3px 5px -10px 0;
    padding: 2px 10px;
    display: inline-block;
    width: 100px;
    text-align: left;
    border-radius: 5px;
    height: 35px;
    color: #6237ed;
    line-height: 30px;
}
.exam-digits {
    font-size: 50px;
    font-weight: 500;
}
.exam-audio-icon {
    padding: 0 1px 0 0 !important;
    border-radius: 5px;
    height: 25px;
    vertical-align: middle;
    margin-top: -1px;
}
.exam-image-first {
    margin-top: 0;
}
.exam-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 99%;
    border-radius: 4px;
    cursor: pointer;
}
.exam-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.exams-score{
    font-size:25px;
    margin: 140px auto 0px auto;
    text-align: center;
    line-height: 40px;
    color: #212121;
}
.tabs .exams-score {
    margin: 60px auto 0px auto;
}
.exam-correct-icon {
    background-color: #00C853;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    max-width: 65px;
    margin: 20px 0;
}
.exam-incorrect{    
    color: red;
    font-weight: 500;
}
.exam-incorrect-icon {
    background-color: #ff2828;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: 72px;
    margin: 20px auto 0 auto;
    font-size: 14px;
}
.correction-title {
    margin: 10px 0 0 16px;
}
.exam-correction {
    padding: 5px 10px;
    background-color: #00C853;
    border-radius: 4px;
    margin-top: 1px;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    color: #ffffff;
}
.exam-correction .exam-checkmark {
    border-bottom: none;
}
input.exam-radio {
    display: none;
}
.exams-correct-answers .exam-checkmark{
    display: none;
}
input.exams-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.exams-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;
    width: 130px;
    margin: 0 auto;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 100px;
    text-transform: none;
}
.exams-restart {
    text-align: center;
    margin: 50px auto 20px 0;
}
.exams-restart-icon {
    width: 30px;
}
.exams-hide {
    display:none;
}
.footer {
    text-align: center;
    font-weight: 300;
    margin-top: 100px;
    background-color: #333;
    bottom: 0;
    padding-top: 50px;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-item {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #fff;
}
.footer-item a {
    color: #ffffff;
}
.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-division {
    width: 80%;
    height: 1px;
    background-color: #606060;
    margin: 20px 30px;
    border: none;
}
.footer-app {
    color: #ffffff;
    margin: 0;
    max-width: 150px;
    padding: 0;
    border-radius: 5px;
}
.footer-legals {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}
.footer-social-wrapper {padding: 5px 0 40px 0;color: #fff;line-height: 20px;}
.footer-social-icon {
    display: inline-block;
    width: 40px;
    margin: 0 3px 0 3px;
    border-radius: 50%;
}
p {
    margin: 0;
}
@media screen and (min-width: 600px) {    
     h2 {
        max-width: 800px;
        margin: 10px auto;
    }
    ol {
        width: 800px;
        margin: 30px auto 0 auto;
        padding-left: 0;
    }
    .toolbar-inner {
        width: 800px;
        left: 0;
        right: 0;
        top: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 0 0 20px 0 !important;
    }
    .tab-link:first-child {
        margin: 0 !important;
    }
    .page-content {
        padding-top: 130px;
    }
    .card-exams {
        max-width: 800px;
        margin: 0 auto !important;
    }   
    .exam-text-tabs {
        margin: 0 auto;
        max-width: 800px;
    } 
    .footer {
        text-align: center;
        font-family: 'Roboto-Light', sans-serif;
    }
    .footer-app {
        margin: 0 auto 0 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;
    }
}