@charset "UTF-8";

/* Advanced Search form styles
 *
 * Prefix "adv-"
 */

/* DEBUG 
 * keep in until we are sure the CSS is okay
 */
.adv-indent1,
.adv-indent2,
.adv-body3,
.adv-pale_banner_color,
table.adv-dataTable > thead > tr > th,
.adv-StudiesCB:hover, 
.adv-EAStudiesCB:hover,
.adv-facet,
.adv-header2,
input.adv-searchButton 
{
    color: red !important;
    font-style: italic !important;
    border-color: red !important;
}
/** END OF DEBUG **/

fieldset.adv-fieldset {
    border-radius: 8px;
    margin-top: 6px;
    padding-bottom: 2ex;
    border: 1px solid lightgrey;
}

/* Override parts of ct-layout_table to give room around choices */
table.adv-layout_table {
	  border-collapse: separate;
	  border-spacing: 0.5em;
}

@media (max-width:601px) {
    #body-copy {
      padding: 6px 2px;
    }
    
    .ct-indent1 {
      margin-left: 0.25em;
      margin-right: 0.25em;
    }
}
