/* GEL STUDIOS STYLES */
.content table {
	width:100%;
	height:auto;
}

.content ul, .content ol {
        margin-left:30px;
}

.content ul li, .content ol li {
        color: #000;
        font-size: 18px;
        line-height:24px;
}

.twoCol .container .sixteen {
	padding-bottom:0;	
}

.twoColImage img {
	height:auto;
	width:240px;
	display:block;
	 margin:0 auto;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.twoColCopy {
	padding:0 20px;	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/* Media Adjustments */

/* Small screen */
@media only screen and (min-width: 768px) and (max-width: 959px)  {
	.content p img {width:100%; height:auto;}
	.twoColImage img {width:200px;}
}

/* Phone Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {	
	.content .post img {
		width:100%;
		height:auto;	
	}
	.content p img {width:100%; height:auto;}
	
	.content table td {
		width:100%;
		height:Auto;	
	}
	.content table tr td {display:block;}
	
	.twoColImage img {border-left:20px solid #fff; border-right:20px solid #fff;}
}

/* Phone Portrait */
@media only screen and (max-width: 479px) {	
	.content .post img {
		width:100%;
		height:auto;	
	}
	.content table tr td {display:block;}
	.content p img {width:100%; height:auto;}
	
	.twoColImage img {border-left:20px solid #fff; border-right:20px solid #fff;}
}
