

/* Learnpress */
.learnpress-content h3{
    font-size: 16px;
    font-weight:bold;

}

.learnpress .learnpress-content ul, .learnpress .learnpress-content li {
    list-style: disc;
}
.learnpress .learnpress-content ul{
    margin-left:20px;
}
.learnpress .learnpress-content li{
    margin-bottom:15px;
}
.learnpress ul.quiz-questions-list,
.learnpress ul.learn-press-question-options {
    margin-left:0px;
    background-color: #F5F5F5;
}
.learnpress ul.quiz-questions-list li,
.learnpress ul.learn-press-question-options li {
    margin: 0 0 0;
    list-style: none;
    padding: 10px 15px;
    border-top: 1px solid #FFF;
}
.learnpress ul.quiz-questions-list li h4 {
    font-size:14px;
    margin-bottom:0px;  
}

.single-quiz .quiz-summary-left {
    width: 74%;
}
.single-quiz .quiz-sidebar {
    width: 20%;
    margin-top:42px;
}

.learnpress footer h3 {
    font-size:inherit;
    line-height:inherit;
    margin-top:inherit;
}



.learnpress .course-price, 
.learnpress .course-students,
.learnpress .course-instructor {
    display:none;
} 

.course-learning-summary .course-author {display:none;}




.checkout-button,
#learn-press-checkout-user-register .register-button,
.learnpress .purchase-button,
.learn-press-user-form .form-fields li button,
.complete-lesson-button,
.button-start-quiz,
.button-finish-quiz,
.button-retake-quiz,
.next-question,
.prev-question,
.explain-question,
.check-question
 {
    /*display: inline-block;*/
    font-size: 12px;
    padding: 14px 24px;
    margin-bottom: 15px;
    margin-right: 5px;
    background: transparent;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    background-color: #00703c;
    color: #fff;  
}
.checkout-button,
#learn-press-checkout-user-register .register-button{
    margin-top:20px;
    float:right;
}

.learn-press-user-form .form-fields {
    list-style-type:none;
    margin-left:0px;
}

.learn-press-user-form .form-fields li {
    margin-bottom:20px;
}

.learn-press-user-form .form-fields li label {
    display:inline-block;
    width: 20%;
} 