
.lesson-badge {
    position:relative;
    display:inline-block;
    text-align:center;
    border-radius:2px;
    border-color:blue;
    border-width:2px;
    border-style:solid;
    border-radius:10px;
    padding:4px;
    margin:10px 10px 10px 10px;
}

.lesson-badge img {
    width:180px;
}

.lesson-badge {
    cursor:pointer;
}

.lesson-badge .fa-check {
    display:none;
    position:absolute;
    left: 65px;
    top: 55px; 
    font-size: 50px;
    color:green;
    background-color:white;
    padding:3px;
    border-style:solid;
    border-radius:15px;
}

.learned .fa-check {
    display:inline-block;
}

#authors-learn-content .lesson-badge .fa-check {
    position:static;
}

.learn-result {
    display: none;
    position: absolute;
    color: green;
    background-color:white;
    border-style:solid;
    border-radius:10px;
    border-width:1px;
    width: 100px;
    margin-left: 40px;
    font-size:1.5rem;
    top: 55px;
}

#authors-learn-content .learn-result {
    position:static;
    margin-left:0px;
}

body {
    padding-bottom:100px;
}

.books-Worst30 .fa-graduation-cap {
    font-size: 100px;
}

.books-Worst30Authors .fa-graduation-cap {
    font-size: 100px;
}

.learn-content {
    overflow:hidden;
    display:none;
}

.learn-category {
    display:inline-block;
}

.learn-category:hover {
    cursor:pointer;
}