@charset "utf-8";
/* CSS Document */

.content-sidebar-wrap main {
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
}

.entry-header {
	padding-bottom: 15px;
	border-bottom: 1px solid #4fa6e0;
	margin-bottom: 20px;
}

.entry-header h1 {
	margin-bottom: 0;
}

#compare-chart {
	float:left;
	width:100%;
	margin-bottom: 40px;
}

.chart-description {
	display: none;
}

.column, .column-desc {
	float:left;
	display:inline-block;
}

.column {
	text-align: center;
	width: 20%;
}

.column-desc {
	width: 40%;
}

.column-desc .desc-row {
	padding-left: 5px;
}

.desc-row {
	min-height: 30px;
	border-bottom: 1px solid #ddd;
	line-height: 28px;		
}

.shade {
	background:#eee;
}

#compare-chart .fa {
	color: #2ecc71;
}

#compare-chart .label {
	  font-family: ProximaNovaSbold, Arial, sans-serif;
}

.services {
	border-top: 1px solid #ddd;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	overflow: hidden;
	background: #ddd;
	text-align: center;
}


.services a {
	width: 25%;
	display: inline-block;
	text-align: center;
	color: #888;
	text-shadow: 0 1px #fff;
}

.services a:hover {
	opacity: 0.8;
}

.services p {
	margin-bottom: 0px;	
}
	
/* Added mod for screen resizing ----------- */ 

@media only screen and (max-width: 1151px) {
	.pdrt {
		width: 100% !important;
	}
	

}

@media only screen and (max-width: 414px) {
	.pdrt td {
		width: 100% !important;
		float: left;
	}
	

}