fieldset{
	border: 0;
}
.ui-widget{
	font-size:1em;
}
.state{
	width: 50%;	
}
/*
.form-basic select{
	min-width: 50%;

}
*/
#SCC > div select{
	margin-bottom: 1em;
}
.text-center{
	text-align: center;
}
.expand-collapse-all{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
.buttonrow{
	position: relative;
}
.resubheading{
	font-weight: bold;
}
/* breadcrumbs */
#breadcrumbs{
	list-style: none;
	padding: 0;
	margin: 0;
}
#breadcrumbs li{
	display: inline-block;
	background: url('https://www3.epa.gov/epafiles/templates/webcms/css/i/icons.png') no-repeat -13px -115px;
	font-size: 0.8em;
	padding-left: 12px;
  white-space: nowrap;
}
#breadcrumbs li:first-child{
	background: none;
	padding-left: 0;
}

/* datatable */
#myDocTable thead th{ 
	width: 5%; 
	border: 1px solid #aeb0b5;
	border-left: 0;
	padding: 10px 10px 10px 5px;
	font-size: 100%;
	text-align: left;
	font-weight: normal;
	background-color: #d6d7d9;
}

#myDocTable td{ 
	width: 5%; 
	border: 1px solid #aeb0b5;
	border-left: 0;
	padding: 10px 10px 10px 5px;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
}
#myDocTable thead th:first-child,
#myDocTable tfoot th:first-child{ 
	border-left: 1px solid #aeb0b5;
}
#myDocTable th select{ 
	width: 100%; 
}
#myDocTable #th1{ 
	text-align: center;
	width: 12%; 
	min-width: 100px; 
}
#myDocTable #th2{ 
	text-align: center;
	width: 14%; 
	min-width: 125px; 
}
#myDocTable #th3{ 
	text-align: center;
	width: 8%; 
	min-width: 50px; 
}
#myDocTable #th4{ 
	text-align: center;
	width: 5%;
	/*min-width: 45px !important; */
}
#myDocTable #th5{ 
	text-align: center;
	width: 5%; 
	min-width: 50px; 
}
#myDocTable #th6{ 
	width: 7%; 
/*	min-width: 100px; */
}
#myDocTable #th7{ 
	width: 7%; 
	text-align: center;
	/*min-width: 50px; */
}
#myDocTable #th8{ 
	width: 5%;
	text-align: center;
	/*min-width: 75px; */
}
#myDocTable #th9{ 
text-align: center;
	width: 8%; 
	/*text-align: center;
	min-width: 150px;*/ 
}
#myDocTable #th10{ 
text-align: center;
	width: 8%; 
/*	min-width: 100px; */
}
#myDocTable #th11{ 
	width: 9%; 
/*	min-width: 100px; */
}
#myDocTable #th12{ 
	width: 8%; 
/*	min-width: 100px; */
}
#myDocTable #th13{ 
	width: 8%; 
/*	min-width: 100px; */
}
#myDocTable #th14{ 
	width: 9%; 
/*	min-width: 100px; */
}
#myDocTable td img{ 
  cursor: pointer; 
  text-align: center;
}
#myDocTable_wrapper #myDocTable_length{
	margin-bottom: 20px;
}
table.dataTable thead .sorting {
    background-image: url('images/sort_both.png');
}
table#myDocTable{
	border: 0;
}
table.dataTable.compact tbody th, 
table.dataTable.compact tbody td{
	border-top: 0;
	border-bottom: 1px solid #ccc;
	border-left: 0;
}
table.dataTable.compact tfoot th, 
table.dataTable.compact tfoot td{
	background-color: #d6d7d9;
	border-color: #aeb0b5;
	border-left: 0;
	border-top: 0;
}
table.dataTable.compact tfoot th select, 
table.dataTable.compact tfoot td select{
	border: 0;
}
.resultsform{
	margin-top: 30px;
}

@media screen and (min-width: 35em), print and (min-width: 35em){
	.region-alert > .block-alert, .masthead, .nav, .main-content, .main-footer{
		max-width: 90%;
	}
}

@media screen and (max-width: 768px){
	select{
		width: 100%;
	}
}
#myMsg{
	 display: block; 
	 left: 0px;
	 right: 0px;
	 position:relative;
	 /*background: url('images/fire/loader.gif') center no-repeat #fff;*/
	 background:#fff;
	 width: 100%;
	 height: 100%;
	 z-index: 9999;
}
#results1{
 /*display: none; */
}