.sidebar_1{
    width: 100%;
    /*! border-collapse: collapse; */
}

.sidebar_1 td{
    height: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #ffffff;
}

.sidebar_1 td a{
    width: 100%;
    display: block;
}

.sidebar_1 tr{
    background: #4b92b7;
    color: #ffffff;
    margin: 3px;
}

.sidebar_1 tr:hover{
    background-color: #2c3e50;
}

.sidebar_1 tr a{
    color: #ffffff;
}


/* =========================================================
   ARTICLE / GALLEY BUTTON
   ========================================================= */

.obj_galley_link{
    background: #4b92b7;
    border: none;
    color: #ffffff;
}

.obj_galley_link:hover{
    background: #2c3e50;
}


/* =========================================================
   CALL FOR PAPERS
   ========================================================= */

.callforpaper_block{
    background-color: #25d366;
    padding-top: 10px;
    vertical-align: middle;
    padding-bottom: 10px;
    text-align: center;
}

.callforpaper_block a{
    color: red;
    font-size: 16px;
    font-weight: 600;
}

.callforpaper_block:hover{
    background-color: #5bea89;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.pkp_nav_list ul a:hover{
    color: #25d366;
}

.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:hover{
    border-color: #25d366;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.pkp_structure_main li{
    margin: 10px 0;
    text-align: justify;
}

body{
    background-color: #0028ff0a;
}

.pkp_structure_main p{
    text-align: justify;
}

.pkp_site_nav_menu .pkp_nav_list{
    max-width: 100%;
}


/* =========================================================
   KNOVELL.ORG MAIN SITE LOGO
   Increase Knovell logo ONLY
   Does NOT affect MnA or NGC-AI logos
   ========================================================= */

.pkp_site_name > a[href*="/MnA/index.php/index"] img{
    width: 220px !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;

    /* Make the actual rendered logo larger */
    transform: scale(2) !important;
    transform-origin: left center !important;
}