.pkp_structure_head {
    background-color: white;
    border-bottom: 1px solid #ddd;
}


.pkp_page_index .homepage_about h2 {
    margin-top: -10px;
    font-size: xx-large;
}
.pkp_site_name .is_img img{
    display: inline-block; 
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_block .title {
    display: inline-block;
    padding-bottom: 0.5em;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 992px){
.pkp_navigation_user>li>a, .pkp_navigation_user>.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    color: white;
}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    font-size:large;
}

.pkp_navigation_primary_wrapper {
    width: auto;
    color: #001f41;
}

.pkp_structure_main h2 {
    font-size: xx-large;
    line-height: 30px;
    font-weight: 700;
    color: #001f41;
}}

.obj_article_summary .authors {
    padding-right: 5em;
    font-size: large;
}


.pkp_structure_page{
    margin-top: 10px;
    margin-bottom: 10px;
}


.pkp_structure_main p:last-child {
    margin-bottom: 0;
    text-align: justify;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px 2rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size:large;
}


menu { font-size:large;}

.obj_announcement_summary .summary {
    font-size: large;
    line-height: 20px;
    margin-top: 10px;
}


.pkp_page_index .cmp_announcements h2+.obj_announcement_summary, .pkp_page_index .cmp_announcements .more {
    padding-top: 0;
    padding-bottom: 0;
}


