/* DivTable.com */
body {
	/*#292925;*/
	background-color: #000000;
	background-size: 100%;
	background-image: url(Patrolling_part2-cs6-bg.png);
	background-repeat: no-repeat;
}

.td img {display: block;}body,td,th {
	color: #FFFFFF;
}
/*
.divTable{
	display: table;
	width: 950 px;
	margin: 0 auto;

}*/
.divTableRow, .social-row {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead , .social-row,{
	border: 0px solid #999999;
	/*float: left;*/
	width: 100%;/*50%*/
}

.divTableBody {
	display: table-row-group;
}
/* soc-main was deactivated*/
/*
.soc-main,.social-row{
    border: 0px;
    width: 50%;   
} */
 .divSocCell {
     float:left;
    border: 0px solid #999999;
    width: 60px;
    
}

	.social-row img{
		width:50;
        height:50;
		
	}

	img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-height:100%;
	/*margin-left: auto;
	margin-right: auto;*/
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 400px) {
    .divTableCell, .divTable,.divTableBody,.divTableRow {
        width: 200%;
    }
    */
@media screen and (max-width: 600px) {
.social-row{
        width: 200%;
    }    


	/*img {
		width: 300%;
		height: 300%;
	}*/
}

@media (min-width: 1000px) {
    /* some CSS for large resolution */
}
/*


	.soc-main{
	float: left;
    position: relative;
    left: 50%;
		
	}
	.social-row{
		
		float: left;
		position: relative;
		left: -50%;
		
	}
*/



