.pkp_page_index .additional_content {
    margin-top: 10em;
}

.navbar-default .navbar-collapse{
    padding-left: 0;
}

.navbar-header {
    float: none;
}

small.pull-right{
    display: none;
}

.journal_index .site_logo{
    display: none;
}
.journal_index {
    width: 100%;
    min-height: 190px;
    margin-left: auto;
    margin-right: auto;
}
.user_navigation {
    background: #003b6d;
    background: -moz-linear-gradient(left, #003b6d 0%, #26659b 100%);
    background: -webkit-linear-gradient(left, #003b6d 0%,#26659b 100%);
    background: linear-gradient(to right, #003b6d 0%,#26659b 100%);
}
.panel-default > .panel-heading, .pkp_block .title {
    color: #ffffff;
    background: rgba(179,220,237,1);
    background: -moz-linear-gradient(top, #003b6d 0%,#26659b 100%);
    background: -webkit-gradient(left top, left bottom, #003b6d 0%,#26659b 100%);
    background: -webkit-linear-gradient(top, #003b6d 0%,#26659b 100%);
    background: -o-linear-gradient(top, #003b6d 0%,#26659b 100%);
    background: -ms-linear-gradient(top, #003b6d 0%,#26659b 100%);
    background: linear-gradient(to bottom, #003b6d 0%,#26659b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 );
}
.btn-info {
    color: #ffffff;
    background: rgba(179,220,237,1);
    background: -moz-linear-gradient(top, #003b6d 0%,#26659b 100%);
    background: -webkit-gradient(left top, left bottom, #003b6d 0%,#26659b 100%);
    background: -webkit-linear-gradient(top, #003b6d 0%,#26659b 100%);
    background: -o-linear-gradient(top, #003b6d 0%,#26659b 100%);
    background: -ms-linear-gradient(top, #003b6d 0%,#26659b 100%);
    background: linear-gradient(to bottom, #003b6d 0%,#26659b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 );
}