.book-flip {
    background: #333;
}
.t {
    background: url('../../../../../ASL/Images/XlibrisUS/resources/Book Anatomy 101/Book_whole.jpg') 0 0 no-repeat;
    background-size: 100% 100%;
    display: table;
    /*margin: 0px auto;
    padding: 25px 30px 0px 30px;*/
    margin: 0 0 20px;
    padding: 5px 0 10px;
    height: 100%;
    width: 100%;
}

.tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rel {
    position: relative;
}

/* book */

.book-anatomy {
    margin: 0 auto;
    width: 90%;
    height: 90%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.book-anatomy .page {
    height: 100%;
}

.book-anatomy .page img {
    max-width: 100%;
    height: 100%;
}

.flip-control {
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 0;
}

.flip-control li {
    display: inline-block;
}

.bullet {
    background: #fff;
    border-radius: 10px;
    display: block;
    padding: 0px 10px;
    margin: 0 5px 20px;
    text-indent: -9999px;
}

.infomailer__content {
    background: #AB131F;
    color: #fff;
} 
.hard{
    background:#ccc !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5 px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}