.ltr-nav-title {
    font-size: 1.1em;
    letter-spacing: 1px;
}

.ltr-header {
    height: 137px;
}

.ltr-logo {
    width: 100px;
}

.ltr-title {
    /*max-width: 700px;*/
    margin-bottom: -22px;
    margin-right: -20px;
}

.ltr-link, .ltr-link:hover, div#content a{
    color: #F4EE72;
}

.ltr-text-l {
    font-size: 1.5em;
}

.ltr-footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.ltr-scrollbar {
    max-height: 315px;
    overflow-x: hidden;
    scrollbar-width: thin;
}
/*.ltr-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #aaa; 
}*/

.book{
    box-shadow: 5px 5px 12px 0px #3B413C;
}
.ellipsis {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.modal-cover {
    width: 30%;
}