/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ldcepdf-download-course-pdf button,
.ldcepdf-download-quiz-pdf button{
    background: #074b79;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: .1s;
}
.ldcepdf-download-course-pdf button i,
.ldcepdf-download-quiz-pdf button i{

    margin-left: 3px;
}
.ldcepdf-download-course-pdf button:hover,
.ldcepdf-download-quiz-pdf button:hover{

    transform: translateY(2px);
}