.tableHeader {
	float: left;
	width: 96%;
	margin-top: 20px;
	padding: 10px 2% 4px;
	border-bottom: 2px solid #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.tableItem {
	float: left;
	width: 33%;
}
.tableItem:nth-child(2) {
	width: 67%;
}
.tableBody {
	float: left;
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	font-size: 14px;
	background: #ededed;
}
.tableRow {
	float: left;
	width: 96%;
	padding: 5px 2%;
	border-bottom: 1px dotted #aaa;
	background: #fff;
}

@media screen and (max-width: 600px) {
	.toolItem {
		font-size: 12px !important;
	}	
}
@media screen and (max-width: 450px) {
	.toolItem {
		font-size: 11px !important;
	}	
}
@media screen and (max-width: 350px) {
	.toolItem {
		font-size: 10px !important;
	}	
}
.explainer2 {
	float: left;
	clear: right;
	font-size: 12px;
	margin-bottom: 10px;
	padding:3px 2px;
	background: #FFF49C;
}
.kicker {
	float: left;
	width: 100%;
	margin-top: 10px;
}