.table_ht_overview {
	width: 100%;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-spacing: 1px;
	border-collapse: revert;
	font-size: 1.1em;
}

.ht1 {
	background-color: #F0F8FF;
}

.ht2 {
	background-color: #DCEBFE;
}

.ht_overview-th1, .ht_overview-th2, .ht_overview-th3 {
	padding: 3px 4px;
	color: #FFFFFF;
	background: #70AED3 url("./images/gradient2b.gif") bottom left repeat-x;
	border-top: 1px solid #6DACD2;
	border-bottom: 1px solid #327AA5;
	text-align: left;
	font-size: 0.75em;
	text-transform: uppercase;
	width: 25%;
}

.ht_overview-th3 {
	background-color: #DDDDDD;
}

.ht_overview-th1 {
	width: auto;
	text-align: center;
}

.ht_overview-th2 {
	width: auto;
	text-align: center;
}

.ht_overview-th3 {
	width: auto;
	text-align: center;
}


.ht_overview-td1, .ht_overview-td2, .ht_overview-td3 {
	text-align: center;
	padding: 5px;
}

.icon.ht-icon.fa-eye.fa-fw {
	font-size: 1.5em;
}

.ht1:hover, .ht2:hover {
	background-color: #DEB887;
}
