
.pkp_block .title {
    display: block;
    margin-top: 0;
font-size: 14px !important;
}

.navbar-default, .header_view {
    background-color: #9e0524;
    border-color: #9e0524;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .header_view .navbar-brand:hover, .header_view .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-brand, .header_view .navbar-brand {
    color: #ffffff;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active, .header_view .nav > li > a:hover, .header_view .nav > li > a:focus, .header_view .nav > li > a:active {
    color: #ffffff;
    background: transparent;
}

.navbar-default .nav > li > a, .header_view .nav > li > a {
    color: #ffffff;
}

a:hover, a:focus {
    color: #9e0524;
    text-decoration: underline;
}

a {
    color: #9e0524;
    text-decoration: none;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3e3f3a;
}

.btn-default, .pkp_block.block_make_submission a {
    color: #333;
    background-color: #e7e7e7;
    border-color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}

.panel-default>.panel-heading, .pkp_block .title {
    color: #fff;
    border-bottom: 1px solid #9e0524;
    background: linear-gradient(135deg, #9e0524 7%, #9e0524 3%, #9e0524 3%, #9e0524 12%, #9e0524 54%, #bd1b3c 85%, #bd1b3c 120%) !important;
}

.site-name .navbar-brand, .header_section .title {
    color: #fff !important;
    text-shadow: 0px -1px 1px #219dab;
}

footer[role="contentinfo"] {
    background: transparent linear-gradient(180deg,#bd1b3c 0%,#9e0524 100%) 0% 0% no-repeat padding-box !important;
    color: #afafaf;
    padding: 25px 0px 0px 0px;
    margin-top: 2px;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
}