.pkp_structure_head {

    background: #dbb42c;
    height:100%;
	width: 100%;
}

.pkp_site_name .is_img img {

    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;

}

.pkp_navigation_primary_wrapper {

   	display: block;
	color: red;

}

.pkp_navigation_primary_row {
    background: #dbb42c;
	color: #416ff0;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding-left: 5px;
    padding-right: 5px;
}

.pkp_site_name {
    padding-top: 0.5px;
    padding-bottom: 0.5px;
}

.pkp_navigation_user > li > a {

    color: #f3f3f7;
} 

.pkp_head_wrapper {

    background: #45b1bb;
	color: #dbb42c;
    width="2100" height="696"

}

.pkp_structure_footer_wrapper {
    background: rgba(0,0,0,0.05);
    border-top: 1px solid #ddd;
    border-bottom: 20px solid white;
}

.pkp_brand_footer {
    padding: 0px;
    float: right;
    display: block;
    max-width: 0px;
}

body {
   	background: url(https://img.freepik.com/premium-vector/round-frame-simple-template-background_1159-26628.jpg?w=740);
       background-size: 200px;
}

.pkp_structure_main .content .hvr-underline-from-center img {
  max-width: 100%;
  width: 25px;
  height: 25px;
}

.pkp_structure_main .content img {
  max-width: 100%;
  width: 78px;
  height: 78px;
}
.tsv_search {

    width: 365px;
    margin: 20px auto 0 auto;

}

.tsv_search input {

    width: 300px;
    height: 40px;
    padding: 10px;
    margin: 1px 0 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #737373;
    border: 2px solid #737373;
    background: transparent;

}

.tsv_search button {

    
    width: 60px;
    height: 40px;
    padding: 10px;
    border: 0;
    margin: 0;
    font-size: 25px;
    color: #737373;
    background: transparent;

}

.pkp_page_index .tsv_issues {

    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    padding-left: 50px;
    

}

.pkp_page_index .tsv_journals {

    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    padding-left: 50px;

}

.pkp_page_index .tsv_info {

    display: table;
    margin-top: 60px;

}

.pkp_page_index h2 {

    text-align: center;
    display: block;
    font-size: 30px;
    margin-top: 60px;

}