@font-face {
    font-family: 'my_underwoodregular';
    src: url('fonts/myunderwood-webfont.eot');
    src: url('fonts/myunderwood-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myunderwood-webfont.woff2') format('woff2'),
         url('fonts/myunderwood-webfont.woff') format('woff'),
         url('fonts/myunderwood-webfont.ttf') format('truetype'),
         url('fonts/myunderwood-webfont.svg#my_underwoodregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#masthead {
    padding-top: 0;
}

#site-navigation .menu-item a,
.site-branding .site-title a,
h1, h2, h3 {
    color: white !important;
    font-family: 'my_underwoodregular';
}

.site-info {
    color: white !important;
}

body,
#page {
    font-family: Arial, sans-serif;
    color: white;
    background: black !important;
    font-size: 11pt !important;
}

a {
    color: #CC9 !important;
    text-decoration: none !important;
}

.books {
    display: inline-block;
    list-style-type: none;
    width: 100%;
    margin-bottom: 15px;
}

.books li {
    width: 120px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: left;
    font-size: 11px;
    float: left;
    height: 200px;
    position: relative;
}

.books a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    box-shadow: none !important;
}

.books img {
    margin-bottom: 5px;
}