.campContainer{
	width:96%;
	padding: 10px 2%;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	font-weight:normal;
	color:#555;
	text-align:left;
}

.campPaging{
	padding: 5px 2%;
	width:96%;
}

.campTitle{
	font-weight:bold;
	font-size:16px;
}

.priceTable{
	background:none;
	font-weight:normal;
	color:#555;
	border:0;
	margin-left:20px;
	vertical-align:top;
}

.priceTable td {
	vertical-align:top;
}

.priceTable td.price{
	padding-left:20px;
}

.fullscreen .campContainer{
	max-width:900px;
	margin:0 auto;
	color:#777;
	border-bottom:2px solid #ddd;
	padding: 20px 2%;
}

.fullscreen .priceTable{
	width:100%;
	background:#f5f5f5;
	color:#777;
	font-size:16px;
}

.fullscreen .priceTable td{
	padding:5px;
}


.fullscreen .priceTable td:first-child{
	width:75px;
}

.fullscreen .campTitle{
	font-size:22px;
}