/** VERSION 1.0 **/
/** Please note: altering any details within this stylesheet will result in changes to the PSH contact pages (contact/index.html and thank-you/index.html) **/
@charset "utf-8";
table.details_2 {
	display:none;
}

.wrapper {
	width:100%;
	height:auto;
	float:left;
}

.box {
	width:50%;
	height:auto;
	float:left;
}

/**  **/
@media only screen and (max-width: 1268px) {
	.box {
		width:100%;
	}
	
	table.details_1 {
		height:auto;
		padding:0 20px 0 20px;
		width:100%;
	}
}

/**  **/
@media only screen and (max-width: 669px) {
	table.details_1 {
		display:none;
	}
	
	table.details_2 {
		display:table;
		width:100%;
	}

	th.details_2 {
		text-align:center;
		width:100%;
		text-transform:uppercase;
		font-size:1em;
		padding:5px;
	}

	td.details_2 {
		width:100%;
		text-align:center;
		font-size:0.9em;
		padding:5px;
	}
}

section.center-align {
	width:100%;
	text-align:center;
}

table.details_1 {
	height:auto;
	padding-right:20px;
	color:#000;
}

tr.details {
	width:100%;
	height:auto;
}

th.details {
	text-align:right;
	height:auto;
	width:30%;
	text-transform:uppercase;
	font-size:1em;
	padding-right:5px;
}

td.details {
	width:70%;
	height:auto;
	text-align:left;
	font-size:0.9em;
	padding-left:5px;
}

