
.book-summary{
    padding: 10px;
    background: #4c18dd;
}

.search-results{
    display: none;
}

.summary li:nth-last-child(1){
    display: none;
}

.summary li:nth-last-child(2){
    display: none;
}

.book-summary ul.summary li a, .book-summary ul.summary li span {
    color: #ffffff;
    
}

.book-summary ul.summary li a:hover{
    text-decoration: none;
    color: #008cff;
}

#book-search-input {
    background: #ffffff;
    border-radius: 30px;
}

.chapter a{
    font-size: 17px;
    font-weight: 500;
}

.bda-logo {
    display: block;
    text-align: center;
}

.bda-logo img {
    height: 100px;
    width: auto;
}