/*HIGHLIGHTING FOR SEARCH RESULTS*/
.alternaterow { 
	background-color:#eee !important; 
}
/*END HIGHLIGHTING*/

/*MY PESTLEN USER and READER*/
.myPestLensHeaderBlue {
	color:white;
	padding:6px;
	min-height:50px;
	background-color:#0078ae;
	line-height: 40px;
	font-size:18px;
}

.myPestLensHeaderBlack {
	color:white;
	padding:6px;
	min-height:50px;
	background-color:#454545;
	line-height: 40px;
	font-size:18px;
}

.myPestLensHeaderGreen {
	color:white;
	padding:6px;
	min-height:50px;
	background-color:#6eac2c;
	line-height: 40px;
	font-size:18px;
}

.myPestLensBody {
	font-size: 14px;
	line-height: 14px;
	color: #454545;
	border-right:1px solid #454545;
	border-left:1px solid #454545;
	border-width: 2px 3px 0px 3px;
	padding:3px;
	position:relative;
}

.myPestLensBodyBottom {
	background-color:#454545;
	border:1px solid #454545;
	border-width: 0px 1px 1px 1px;
	min-height:25px;
}

.myPestLensBody a {
	color: #454545;
}

.myPestLensSearchBody {
	border:1px solid #454545;
	border-width: 0px 3px 0px 3px;
	padding:3px;
	font-size:14px;
}

.myPestLensSmallButton{
	cursor:pointer;
	border-color: #C4C4BE;
	background-color: #454545;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	font-size: 85%;
	color: white;
	white-space: nowrap;
}

.myPestLensSearchBox{
	width:80%;
	padding:3px;
	border: solid 5px #c9c9c9;
	box-shadow: inset 0 0 0 1px #707070;
	transition: box-shadow 0.3s, border 0.3s;
}
/*END MY PESTLEN*/

/*US Web Standards Customizations!*/
.site-header {
	/*CHANGED COLOR: FROM: #112e51 TO 222*/
	background-color: #112e51;
}
.usa-hero {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-image: url("../img/pestLensMain.png");
	background-position: center;
	background-size: cover;
}
<!---css over-ride that is used to make the footer stay at the bottom--->
.layout-demo {
	margin-bottom: 0;
}
@media screen and (min-width: 600px) {
	.layout-demo {
 		margin-bottom: 0;
	}
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0em;
}

.title {
	color: #205493;
	border-bottom: 3px solid rgb(0, 128, 0);
}

.usa-heading-alt{
	border-bottom:1px solid #5b616b;
}

.usa-table-borderless th, .usa-table-borderless td {
    	border-top: 0;
		border-bottom: 0;
}

/*EVALUATORS*/
.toolbox {
	margin: 15px 0 0 0;
	/*padding: 10px 15px 20px 15px;*/
	font-size:14px;
	list-style: none;
	background:#fafafa;
	border:1px solid #dedede;
	width:910px;
}

.notSelected {
	background-color: #0071bc;
	color: white;
	padding: 0.75rem 1rem;
	border: none;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	cursor: move;
	font-family: inherit;
}

.selected {
	background-color: #2e8540; /* USDA green */
	color: white;
	padding: 0.75rem 1rem;
	border: none;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	cursor: move;
	font-family: inherit;
}

.selectedError {
	background-color: #e57355; /* softer red-orange */
	color: white;
	padding: 0.75rem 1rem;
	border: none;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	font-family: inherit;
}

/*API*/
.api-docs h1 { color: #004085; font-family: Arial, sans-serif; }
.api-docs pre { background-color: #f1f1f1; padding: 10px; border-radius: 4px; overflow-x: auto; }
.api-docs ul { list-style-type: none; padding-left: 0; }
.api-docs li { margin-bottom: 20px; padding: 10px; border: 1px solid #ccc; border-radius: 5px; background-color: #f9f9f9; }
.api-docs li strong { font-size: 1.1em; color: #333; }
.api-docs .arguments ul { padding-left: 20px; }
.api-docs .error { color: red; font-weight: bold; }
/*END API*/