.list-books-item:after,.list-books-item:before {
    display: table;
    content: " ";
}
.list-books-item:after {
    clear: both;
}
.list-books-item {
    overflow: hidden;
    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.list-books-item .books-right {
    float: right;
}
.list-books-item .books-left {
    float: left;
}
.list-books-item .btn-books {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}
.list-books-item .btn-books:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.list-books-item .badge-books {
    width: 75px;
    height: 90px;
    padding: 0;
    margin-bottom: 5px;
    display: inline-block;
    min-width: 75px;
}
.list-books-item .badge-books img {
    width: 100%;
    height: 90px;
    /* border-radius: 15px; */
}
.list-books-item .books-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-books-item .books-title h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.list-books-item .books-date {
    display: block;
    overflow: hidden;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px dashed #ccc;
}
.list-books-item .books-desc {
    color: #333;
    display: block;
    overflow: hidden;
}
.coming-soon {
    margin: 100px auto 0;
    border: 1px solid #DBDBDB;
    max-width: 500px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    background-color: rgba(233, 233, 233, 0.44);
    font-family: Arial, Helvetica, sans-serif;
}
.coming-soon h1 {
    font-size: 24px;
}
.coming-soon p {
    font-size: 14px;
}