body {
    font-family: "Times New Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.846;
    color: #000000;
    background-color: #fff
}


.logo_small img {
    width: 50%;
}

.black-background {
  background-color: #006db4;
 border-bottom: 20px solid #10147e;
}

.row.journal_index.header_section {
    border-bottom: 20px solid #10147e;
}
a.navbar-brand {
    color: #012846;
    font-family: 'Times New Roman', sans-serif!important;
    font-size: 150%;
    text-align: left!important;
    font-weight: bold;
}

.journalinformation {
		padding-top: 10px;
		}


/* Regular styling for all navigation links */
.navbar-nav>li>a {
    font-size: 20px;
    padding-left: 25px;
}




.main_content main {
 
    width: 80%;
 
}


.col-xs-12 {
    width: 20%;
}

main.pkp_structure_main.col-xs-12.col-sm-12.col-md-12 {
    width: 100%;
}


@media (min-width: 768px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .container {
        width:90%
    }
}

@media (min-width: 1200px) {
    .container {
        width:90%
    }
}

   .search-box {
        width: 400px; /* Adjust the width as needed */
        border: 7px solid #000000; /* Add a border with the desired color */
        padding: 8px; /* Adjust the padding as needed */
    }

.pull-left {
    float: left !important
}
.pull-right,.header_view .download {
    float: left !important;
}
