/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

a.next-level-custome-container {
    padding-left: 13px;
    padding-right: 13px;
    font: normal 500 14px / 39px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #145787;
    display: inline-block;
    text-decoration: none;
}

a.next-level-custome-container:hover {
    background: #4ecdcc;
    color: #fff;
}

.learndash_navigation_lesson_topics_list .quiz-review-notcompleted span {
    background: url(../images/quiz-review-notcompleted.png) no-repeat scroll 0 8px transparent;
}

