table.v3-table {
	max-width:145px;
}
.v3-table th {
	cursor:auto;
	height:30px;
	vertical-align:middle;
}
.v3-table tr td {
	height:16px;
	max-height:16px;
	border:0;
	max-width:140px;
	min-width:140px;
	overflow:hidden;
}
.v3-table td a {
	line-height:16px;
}
table.v3-table td a:hover {
	background-color: #ffe6a3;
}
table.agecolor td {
	padding:1px 0 1px 2px;
}

#contentWrapper {
	float:left;
	clear:both;
	width:100%;
	height:100%;
	margin-bottom:15px;
}
div.singlerange {
	float:left;
	clear:none;
	margin-top:15px;
	margin-right:4px;
}
.groupheader {
	width:100%;
	clear:both;
	background-color:#a5a5a5;
	color:white;
	text-align:center;
	line-height:1.5em;
	font-size:10pt;
	margin-top:6px;
	margin-bottom:2px;
}
#legend {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:15px;
}
.smallfontadjust {
	font-size:10pt;
}
.fa-dollar-sign {
	font-size:0.9em;
}
	
@media (max-width : 910px) {
	div.singlerange {
		width:100%;
	}
	th.headerfontadjust {
		font-size:17pt;
	}
	.groupheader {
		font-size:16pt;
	}
	.smallfontadjust {
		font-size:15pt;
	}
	table.v3-table {
		width:100%;
		max-width:100%;
	}
	.v3-table tr td {
		height:25px;
		max-height:25px;
	}
	.v3-table td a {
		line-height:25px;
	}
}
	
@media (max-width : 500px) {
	ul.iconlinklist li:nth-child(2),
	ul.iconlinklist li:nth-child(4),
	ul.iconlinklist li:nth-child(8) {
		display:none;
	}
}
@media (max-width : 400px) {
	ul.iconlinklist li:nth-child(7) {
		display:none;
	}
}
	
.filter-select {
	margin:1px;
}
	
select, input.search {
	padding:0;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
	border-collapse:collapse;
}
