body {
    font-family: 'Roboto', sans-serif;
}
.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;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
.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: 0;
}
.linking-page {
    color: #757575;
    font-size: 15px;
}
.linking-arrow {
    max-width: 17px;
    vertical-align: middle;
}
.page-quizzes {
    padding-top: 220px;
}
.card { 
    font-weight: 300;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: none;
    margin: -3px 10px 13px 10px;
    line-height: 22px;
    font-size: 17px;
    padding: 16px;
    border-top: none;
    z-index: 10;
    margin: 10px;
}
.loading {
   position: absolute;
   margin-top: 140px;
   z-index: -1;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   font-size: 25px;
}
.main {
    background-color: white;
    padding: 16px;
    border-radius: 4px;
    height: 300px;
}
.main button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    border: none;
    padding: 10px 15px;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.quiz-questions {
    text-align: left;
}
.question-title {
    font-size: 12px;
    font-weight: 300;
    margin: 10px 0;
    text-transform: uppercase;
}
.phoneme {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Arial', sans-seri;
}
.transcription {
    display: inline-block;
    font-size: 22px;
}
.highlight {
    font-weight: 500;
    display: inline-block;
}
.form-area, ul {
    margin: 20px auto;
    max-width: 550px;
    text-align: left;
    padding: 0;
}
li {
    list-style: none;
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    margin: 5px 0;
    padding: 10px 0 10px 15px;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer;
}
li:hover {
    background: #ECEEF0;
}
.share-icon {
    background-color: #FFFFFF;
    border: none;
    margin: 3px;
    padding: 0;
}
.more-li {
    background-color: #FFFFFF;
    border-bottom: none;
    padding: 0;
    margin: 0;
    border: none;
}
.answer-images {
    text-align: center;
    max-width: 220px;
}
.answer-images li {
    padding: 10px 0;
}
#question {
    margin-bottom: 20px;
}
.questions-images {
    text-align: center;
}
.quiz-image {
    max-width: 110px;
    margin-top: 10px;
}
.selected, .selected:hover {
    background-color: #f3f3f3;
    border: 2px solid #757575;
}
.selected-advanced {
    border: 2px solid #7E57C2;
}
.correct, .correct:hover {
    background: #4CAF50;
    border: 2px solid #4caf50;
    color: white;
}
.wrong, .wrong:hover {
    background: #F44336;
    border: 2px solid #f44336;
    color: white;
}
.list {
    list-style: none;
    text-align: left;
    color: #212121;
    line-height: 30px;
    text-transform: none;
    margin-bottom: 5px;
}
.exercise-description {
   margin: 0 10px 0 0;
   display: inline-block;
   vertical-align: bottom;
   font-weight: 300;
   color: #212121;
   text-transform: none;
   font-size: 14px;
}
.background-exercise {
    float: right;
    max-width: 90px;
    opacity: 0.3;
    margin-top: 5px;
}
.paginator {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 35px 30px;
}
.hide-paginator {
    height: 20px;
    width: 50px;
    background-color: white;
    position: absolute;
    top: 285px;
    right: 0;
    margin-right: 27px;
    z-index: 100;
}
.rotate {
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#quiz-results {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.submit:hover, .submit:active, .submit:focus {
    outline: none;
}
.submit {
    min-width: 100px;
    background-color: #2196f3;
}
.next {
    min-width: 100px;
    background-color: #2196f3;
}
.next:hover, .next:active, .next:focus {
    outline: none;
}
h1 {
    text-align: center;
}
.circle{
    position: relative;
    margin: 0 auto 60px auto;
    width: 130px;
    height: 130px;
    background: #EEEEEE;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.fill{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: #4CAF50;
}
h3 {
    position: absolute;
    width: 100%;
    top: 24px;
    text-align: center;
    font-size: 28pt;
    line-height: 0;
    font-weight: 500;
}
.circle p {
    margin: 400px;
}
.restart {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    background-image: url('../img/restart.svg');
    height: 100px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.restart-img {
    width: 40px;
}
.quiz-btn {
   background-color: #f3f3f3;
   text-align: center;
   border-radius: 4px;
   padding: 7px 10px;
   max-width: 135px;
   display: inline-block;
   margin: 3px;
   font-size: 15px;
   border: 1px solid #dfdfdf;
   color: #212121;
   line-height: 1.5;
   text-transform: 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;
    }
}