<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------- BEGIN SKID STYLES ----------------------------------------*/
.skidsPage .container .content p {
	padding: 0px;
}

#skidIntro {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
	background: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ebebeb');
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #959595;
	margin-bottom: 32px;
	padding: 16px 32px 16px 32px;
}

#skidCompleteSkidAssemblies {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
	background: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ebebeb');
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #959595;
	margin-bottom: 32px;
	padding-top: 32px;
	padding-right: 16px;
	padding-bottom: 16px;
	height: 700px;
	width: 292px;
	float: left;
}

#skidCompletePic {
	margin-top: 10px;
	margin-bottom: 15px;
}

#skidCompleteText {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
	clear: left;
}

#skidUnloadingPump {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
	background: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ebebeb');
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #959595;
	margin-bottom: 32px;
	padding-top: 32px;
	padding-right: 16px;
	padding-bottom: 16px;
	height: 700px;
	width: 292px;
	margin-right: 32px;
	margin-left: 32px;
	float: left;
}

#skidUnloadingPumpPic {
	margin-top: 40px;
	margin-bottom: 15px;
}

#skidUnloadingPumpText {
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
	clear: left;
}

#skidTransferPump {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
	background: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ebebeb');
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #959595;
	margin-bottom: 32px;
	padding-top: 32px;
	padding-right: 16px;
	padding-bottom: 16px;
	height: 700px;
	width: 292px;
	float: right;
}

#skidTransferPumpPic {
	margin-top: 80px;
	margin-bottom: 15px;
}

#skidTransferPumpText {
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
	clear: left;
}
/*--------------------------------------------- END SKID STYLES -----------------------------------------*/</pre></body></html>