p {
    text-align: justify;
}
nav.pkp_navigation_primary_row {
    background-color: #2a569d;
    border-radius: 5px;
}

.pkp_navigation_user>li>a {
    color: #000 !important;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 100% !important;
    width: auto;
    height: auto;
}
.pkp_navigation_primary > li:first-child a {
    margin-left: 10px !important;
}

.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: rgb(255, 255, 255);
    background-color: #2a569d !important;
    height: 30px;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 4px;
}
.pkp_navigation_primary > li > a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: #fff !important;
}

.pkp_head_wrapper .pkp_search .search_prompt {
    
    color: #fff !important;
    
}
.pkp_head_wrapper .pkp_search.is_open .search_prompt {

    color: #2a569d !important;
    
}
.block_make_submission a {
    background: #2a569d;
    border: 2px solid rgba(0,0,0,0.4);
    border-top-color: #167d6b;
    border-radius: 5px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
}

.block_make_submission a:hover {
    background: #167d6b;
    
}
.imgSmall {
    max-width: 150px;
    width: auto;
    height: auto;
}
.pkp_page_index .homepage_image img {
    display: block;
    width: 25em;
    height: auto;
    margin: auto;
}
.pkp_page_index .current_issue .current_issue_title {
    margin: 20px 0;
    font-weight: 700;
    font-size: 1.6em;
}
