/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 */

/**
 * Common HTML elements
 */

.pkp_site_name .is_img img {
    
    max-height: 150px;
    
}

.pdf a, a:link, a:visited {
    color: black;
}

.cmp_form .label .required {
  color: #7d0040;
}

.cmp_form .buttons button, .cmp_notification a {
  color: #000;
}

.page_search .submit {
  background-color: #fff !important;
}

