@charset "utf-8";
/* CSS Document */
body {font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; background-color:#2A65A5}
.customertable {width:660px;}
.customertablehr {width:660px;}
.customernavbuttons {margin:0 auto 0 auto;}
.customertablefontsize {font-size:14px;}
.pagecontainer {width:75%}
.contractcontainer {width:75%; background-color:#fff;}
.wrapper {width: 700px !important; margin: 0 auto;}
.itemtag {font-size:.8em; font-color:#ccc;}
.boatdetailscontainer {width:100%; text-align: center;}
.boatdetailsdiv {display: inline-block !important; width: 25%; margin: 0 auto 0 auto; text-align:left;}
.gasdockcontainer {width:200px; border:1px s}
.gasdocktitle {display:inline-block; 
	width: 300px; 
	vertical-align: top;}
.gasdockdatetime {display:inline-block; 
	width:720px;}
.gasdockdates {display:inline-block; 
	width: 300px;}
.gasdocktimes {display:inline-block; 
	width: 300px;}
.winterinput {
    width: 50px !important;}
.pt8font {font-size:.8em;}

@media only screen and (max-width:600px) {
	.customertable {width:320px;}
	.customertablehr {width:270px; margin:5px 10px 5px 0;}
	.customernavbuttons {margin:0 0 0 5px;}
	.customertablefontsize {font-size:14px;}
	.pagecontainer {width:350px;}
	.contractcontainer {width:350px;}
	.wrapper {width: 320px; margin: 0 auto;}
	.boatdetailscontainer {width: 320px;}
	.boatdetailsdiv {width: 300px;}
}