.footnote {
    cursor: pointer;
    transition: background-color .3s ease;
}

.footnote:hover {

    background: #f3f3f3 !important;
}

.snoska {

    font-size: 0.8em;
    position: relative;
    cursor: pointer;
    top: -5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border-bottom: 1px dotted #ccc;
    width: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.chapters-item-content {
    clear: both;
}
.chapters-item-content img {
    float: left;
    margin-right: 7px;
    max-width: 100%;
}

@media (max-width: 800px){
    .chapters-item-content img {
        float: none;
    }
}