  table.display {display: block; width: 99%; min-width: 99% !important; margin: auto; clear: both;}

#js-results_wrapper .dataTables_filter {clear: right;}

#archive_nav {width: auto;}

#archive_nav .col { display: inline-block; min-width: 49%; margin: 0 0 0rem 0; padding: 0}
#archive_nav label { display: inline-block; }
#archive_nav input.keyword {min-height: 3.5rem; display: inline-block; margin-bottom: 1rem;}
#archive_nav .selectability [role*=textbox] {
	display: inline-block;
	cursor: pointer;
	height: 60%;
}

#selectedyear {font-weight: bold;}

.customButton 
{
    padding: 1rem; border: .125rem solid #e2ded7; margin-top: 0;
    display: inline-block; text-decoration: none; 
    color: #8a0000; transition-property: background-color, border-color, color;
    transition-delay: 0.1s; transition-duration: .375s;
    transition-timing-function: ease-in-out;
    font-size: 1rem; font-family: "Avenir Next LT W01 Demi",Helvetica,Arial,sans-serif;
    line-height: 1.25rem; text-align: center;
    width: 100%; max-width: 374px;
    cursor: pointer;
}
.customButton:hover {
    background-color: #8a0000; border-color: #8a0000;
    color: #ffffff; text-decoration: none;
}
.centerbuttons {text-align: center; margin-bottom: 2rem !important; clear: both;}
