@media (min-width: 992px) {
.pkp_site_name .is_img img {
    max-height: 100% !important;
}
}

ul.list-1 li {
    border-left: 3px solid #0040d1;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 10px !important;
    background: aliceblue;
    margin-left: 0px
}

h2.title {
    background: #3e94ff;
    color: #ffffff !important;
    padding: 5px;
    border-left: 2px solid #0040d1;
}

button.submit-widget {
    background: aliceblue;
    border: 1px solid #1e6292;
    margin-top: 5px;
    padding: 5px;
}

button.submit-widget:hover {
    background-color: #1e6292;
    color: white;
}

nav.pkp_site_nav_menu a {
    color: #ffffff;
}
nav.pkp_site_nav_menu {
    background-color: #3e94ff;
    padding: 5px 10px;
}

nav.pkp_site_nav_menu a:hover {
    color: white;
}

ul.dropdown-menu {
    background-color: #3e94ff;
}

.pkp_structure_footer_wrapper {
    background: #52AFFF;
    border-top: 2px solid #0040d1;
    color: #ffffff;
}

.pkp_page_index .current_issue h2 {
    display: inline-block;
    border-bottom: 2px solid #0040d1;
    text-transform: uppercase;
}

h3#issueTocGalleyLabel {
    text-transform: uppercase;
    font-weight: bold;
}

.obj_issue_toc h3 {
    text-transform: uppercase;
    font-weight: bold !important;
}

.additional_content {
    border-top-style: none !important;
}
