﻿table tbody tr th { padding-left:10px; }
h3.ms-rteElement-H3 { font-weight:normal !important; }
.homeIconTbl {
	display: table;
}
.homeIconTR {
	display: table-row;
}
.homeIcon {
	width: 25%;
	max-height: auto;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	margin: 0;
	vertical-align:bottom;
	padding: 10px;
}
.homeIcon img {
	display: block;
	margin: 0 auto 10px auto !important;

}

.homeIcon a {
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0 auto;
	border: 2px #Fff solid;
	border-radius: 8px;

}
.homeIcon a:hover {
}
.homeIcon a:hover img {
	opacity: .5;
	transition: opacity .1s;
}


@media screen and (max-width: 960px) {
.homeIcon a {font-size: 16px;}
}

@media screen and (max-width: 685px) {
}
@media screen and (max-width: 685px) {
.homeIcon a {
	font-size: 14px;
}
}

@media screen and (max-width: 500px) {
.homeIcon {
	display: inline-block;
	width: 40%;
}
.homeIconTbl {
	display: block;
}
.homeIconTR {
	display: inline;
}

}