﻿#social {
	position: absolute;
	left: 0px;
	top: 260px;
	width: 60px;
	height: 320px;
	z-index: 999;
}
#social .social_item {
	display: inline-block;
}
#social .social_item:hover {
	background-repeat: no-repeat;
	background-position: 0 top;
	transition-duration: .6s;
	opacity: 1;
}
#social .social_item a {
	width: 40px;
	height: 40px;
	transition-duration: .6s;
	opacity: 1;
	display: block;
	text-decoration: none;
	background-color: #ddd;
	color: #666;
	font-size: 16px;
	text-align: center;
	margin: 2px 0;
	line-height: 40px;
}
#social .social_item a:hover {
	background-repeat: no-repeat;
	background-position: 0 top;
	transition-duration: .6s;
	opacity: 0.65;
	color: #000;
}


/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.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;
}






@media (max-width: 1190px){
#social {
	display: none;
}
}
