@media (min-width: 1200px) {
  .has_site_logo .pkp_head_wrapper {
      width: 860px;
  }
}

.pkp_head_wrapper .pkp_search .search_prompt {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    color: #000000;
    cursor: pointer;
    background-color: #FFFFFF;
}

/* ARTICLE TITLE */

h1 {
    font-family: "Arial", sans-serif;
	text-align: left;
    font-size: 18pt;
    color: #000000;
    margin-bottom: 5px;
    text-decoration: none;
}

/* ABSTRACT FIELD */

h3, .item abstract:hover>div {
	display: none;
}


/* AUTHOR NAMES */

.name {
    text-align: left;
	font-family: "Arial", sans-serif;
	font-weight: lighter;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
    }

.obj_article_details .authors .name {
    font-weight: 100;
}

/* SEARCH BUTTONS */

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    color: #000000;
    border-top-color: #eee;
    border-bottom-color: #eee;
    border-right-color: #eee;
} 

.page_search .submit button:after {
    background: #eee;
    color: #000;
}