body{
    background-color: #E0F1FB;
}
/*
**  Header
*/

.header img{
    /* width: 100%; */
    /*height: 155px;*/
display:block;
margin: 0 auto;
}
/*
**  Navbar
*/

.header{

}

.header .sites-header-nav-container-links {
    list-style: none;
    font-size: 13px;
    padding: 15px 0;
    text-align: center;
    background-color: white;
}

.header .sites-header-nav-container-links li {
    display: inline-block;
    border: 2px solid transparent;
    margin: 0 2px;
}

.header .sites-header-nav-container-links a{
    color: #222;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.header .sites-header-nav-container-links li:hover,
.header .sites-header-nav-container-links li.active
{
    border-bottom-color: #52a1d2;
}


/*
**  Container
*/
    .container {
        width: 80%;
        margin: 0 auto;
    }
/*
**  Content
*/

.content {
    border: 1px solid;
    padding: 15px;
    background-color: white;
}

.volume .volume_author,
.volume .university{
    padding-left: 20px;
 }