/* DivTable.com */
.divTable{
	display: table;
	width: 100%;text-align:center;
}
@media (min-width: 601px) {
	.divTableRow {
		display: inline-block;
	}
}
@media (max-width: 600px) {
	.divTableRow {
       		display: flex;width:100%;
        	flex-direction: column;
        	justify-content: center;
		margin-bottom:10px;
	}
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}


@media (min-width: 601px) {
	.divTableCell, .divTableHead, .div_a {
		border: 0;
		display: table-cell;
		padding-left: 5px;
		padding-right: 5px;
		text-align:center;
	}
}
@media (max-width: 600px) {
	.divTableCell, .divTableHead, .div_a {
		border: 0;
		display: table-cell;
		padding-left: 5px;
		padding-right: 5px;
		text-align:center;
		margin-bottom:20px;
	}
}




.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
img.four {
	height:85px;
	box-shadow: 0px 0px 5px #dedede;
}
img.four:hover {
	box-shadow: 0px 0px 5px #7fb7d3;
}
.div_four{
	width:147px;
	margin-left:auto;
	margin-right:auto;
	font-family: MainFont;
	font-size:20px;
	margin-top:5px;
	text-transform:uppercase;
	text-decoration: none;
}
.div_a{
	text-decoration: none;
	color: #cdcdcd;
}
a.div_a{
	text-decoration: none;
	color: #cdcdcd;
}
.div_a:hover{
	text-decoration: none;
	color: #7fb7d3;
}
a.div_a:hover{
	text-decoration: none;
	color: #7fb7d3;
}