.pkp_site_name {
    text-align: center;
}
.pkp_structure_head {
    background-color: #45403e;
    border-bottom: 1px solid #ddd;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: unset;
    max-width: 100%;
    width: auto;
    height: auto;
}
h1.pkp_site_name {
    margin: 0px;
}
.pkp_nav_list ul {    
    background: #45403E;    
}
.pkp_nav_list ul a {    
    color: #fff;    
}

.pkp_navigation_primary ul a {
    color: #fff;
border: 1px white solid;
}
.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    background-color: #E1615B;
    padding: 11px;
    padding-left: 19px;
	border-radius: 4px;
    margin-top: 0px;
}
.pkp_block {
    padding: 0px; 
    border: 1px solid lightgray;
    margin: 20px;
    border-radius: 4px;
}
a {
    color: #295aa2;
}
.pkp_block .content ul li {
    
    padding: 5px;
    border-bottom: 1px solid lightgray;
    margin: 10px;
    
}
.pkp_structure_main h2 {
    line-height: 30px;
    font-weight: 700;
}
.pkp_structure_main h2 {
    font-family: Lato,sans-serif;
    font-size: 29px;
    line-height: 30px;
    font-weight: 500;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #E1615B;
    border: 0px solid #e2e2e2; 
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}
.pkp_structure_main:before, .pkp_structure_main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: transparent;
}
.obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    border-top: 0px solid #ddd;
}
.obj_issue_toc .galleys, .obj_issue_toc .section {
    margin: 0px;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 20px;
}
.pkp_page_index .current_issue .read_more {
        color: #E1615B;    
}
section {
    display: block;
    text-align: justify;
}
.pkp_structure_footer_wrapper {
    background: #fff;
}
.cmp_notification {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    background: linen;
    border-left: 5px solid #E1615B;
    font-size: 14px;
    line-height: 20px;
}
 .pkp_structure_main {
    max-width: 780px;
}
.pkp_structure_sidebar {
    float: right;
    width: 380px;
}
.obj_article_details .main_entry {
    width: 480px;
}
.flags {
    text-align: right;
    float: right;
    width: 60px;
    padding: 8px;
}
.pkp_navigation_user {
    text-align: right;
    font-size: 13px;
    width: 1080px;
    padding-right: 20px;
    float: left;
}

body {
    font-family: Lato,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background: #fff;
}

.obj_issue_toc h3 {
    display: inline-block;
    margin-top: 40px;
    /* border-bottom: 2px solid rgba(0,0,0,0.87); */
    font-size: 16px;
    line-height: 18px;
    /* font-size: 16px; */
    font-family: Lato,sans-serif;
    color: rgba(0,0,0,0.54);
    font-weight: 400;
    border-bottom: 0px solid
}

.cmp_article_list>li {
    margin-bottom: 0px;
}

.obj_article_summary>.title {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: -10px;
}