.pkp_structure_head {
  background: #595959;
}
body {
  font-family: tahoma,geneva,sans-serif;
}
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
	background: #e8ebef;
	border-bottom:@double solid; 
	border-bottom-color:#595959;
}
.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 100px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.tombol2[type=submit] {
    border-bottom: 1px solid #00709D;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-radius: 0px;
    background: #921e89;
    color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -2px;
    margin-bottom: -10px;
    padding:7px 25px 7px 25px;
    text-decoration:none;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

.tombol2[type=submit]:hover {
    cursor: pointer;
    background: #0080FF;
}

.tombol2[type=submit]:active {
    background: #0080FF;
    border: 0px solid #fff;
}
over {
    cursor: pointer;
    background: #e74c3c;
}


.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #105183;
    color: #fff;
    border: none;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #4b7d92;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #4b7d92;
    text-decoration: none;
}


a {
    color: #4b7d92;
}

a {
    background-color: #4b7d92;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
