.info-label {
    color: #999;
    display: inline-block;
}
.info-content {
    display: inline-block;
    width: 80%;
}
.book-image img {
    border: 1px solid #ddd;
    margin-right: 20px;
    width: 170px;
}
.list-table > tbody > tr > td, .list-table > thead > tr > th {
    padding: 30px 10px;
    border-bottom: 1px dashed #ccc;
}
.periodical-button-div {
    margin-top:12px;
    font-size: 12px;
    position: absolute;
    top: 30px;
    right: 10px;
}
.periodical-button {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 5px;
    margin-right:40px;
    height: 34px;
    line-height: 34px;
    min-width: 110px;
    border-radius: 5px;
    text-align: center;
    border-color: #ff5a00;
    background-color: #ff5a00;
    color:#FFF
}