  h2.bookshelf-headline {
    font-family: "Verlag A","Verlag B","Verlag-Book",Helvetica,Arial,sans-serif;
    font-size: .8125rem;
    font-weight: 800;
    color: #373634;
    line-height: 1.875rem;
    margin-top: 45px;
    padding: 0;
    text-transform: uppercase;
}

h2.bookshelf-headline a {
    border-bottom: 1px solid #003C77;
    color: #373634;
    text-decoration: none;
}

h2.bookshelf-headline a:hover {
    color: #003C77;
}

#bookshelf {
    display: inline-block;
    height: 175px;
    width: calc(100% - 100px);
}

#bookshelf-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    margin: 15px 0 5px 0;
    padding: 20px 0 10px 0;
    text-align: center;
    width: auto;    
}

button.bookshelf-nav {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    color: #00685B;
    cursor: pointer;
    display: inline-block;
    line-height: 175px;
    margin: 0 5px;
    outline: none;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 40px;
}

button.bookshelf-nav:hover {
    opacity: 0.5;
}

button.bookshelf-nav::-moz-focus-inner {
    border: 0;
}

button.bookshelf-nav span {
    position: absolute;
    left: -5000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#bookshelf-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23008296'%2F%3E%3C%2Fsvg%3E");
    float: left;
}

#bookshelf-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23008296'%2F%3E%3C%2Fsvg%3E");
    float: right;
}

#collection-links {
    font-size: 13px;
    font-size: .8125rem;    
    line-height: 20px;
    list-style-type: none;
    margin: 10px 0 5px 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: auto;
}

#collection-links li {
    display: inline-block;
}

#collection-links li:not(:last-child):after {
    content: '|';
    display: inline-block;
    padding-left: 3px;
    width: 9px;
}
