#showframe #book-wrapper {
    top: 10px;
}
#showframe #below-book {
    float: left;
    margin-top: 458px;
    width: 530px;
}
#showframe #actions {
    position: relative;
    height: 50px;
    padding: 15px 0px;
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 5px;
}
#showframe #actions li {
    float: left;
    padding: 0px 60px;
    font-size: 1.3em;
    font-weight: bold;
    color: black;    
    text-align: center;
}
#showframe #actions li:hover {
    cursor: pointer;
    color: blue;
}
/*#showframe i {
    font-size: 30px;
}*/
#showframe a {
    color: black;
    text-decoration: none;
}
