/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html {
	width: 100%;
	height: 100%;
}

body {
	min-width: 100%;
	min-height: 100%;
	background: #888888;
	text-align: center;
	color: #222222;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.clear1em {
	width: 100%;
	height: 1em;
	clear: both;
}

#container {
	background: #ffffff;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
}

#header {
	width: 100%;
	height: 150px;
}
#headerImageTbl {
	width: 90%;
}
#headerImageTbl tr td {
	text-align: center;
}
#tlcLogo {
	width: 300px;
}
#biohazard {
	margin-left: 6em;
	
}
#safemedLogo {
	margin-left: 5em;
	width: 350px;
}
.siteContactDiv {
	clear: both;
	transform: translateY(1em);
	text-align: center;
}

div.dividerLine {
	width: 90%;
	margin: 1em auto;
	padding: 0;
	height: 2px;
	background: #bbbbbb;
}

#content {
	padding: 1em 5em;
	text-align: center;

}
.sectionLabel {
	border: solid 3px #000;
	border-radius: 2px;
	font-weight: bold;
	font-size: 2em;
	padding: 0 .5em;
	color: #000000;
	margin: 0;
	display: inline-block;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
.red {
	color: #ff0000;
	text-align: left;
}

#schedForm {
	padding: 1em 2em;
}
.formLabel {
	margin-left: 2em;;
}
#vanImg {
	margin-left: 1em;
	max-height: 100px;
}
.formSection {
	background: #336699;
	padding: 1em;
	border-radius: 2px;
}
#schedDownloadBtn {
	margin-left: 2em;
}
#schedLink > a {
	color: #ffffff;
}
#manifestLink {
	color: #ffffff;
}
#manifestLink > a {
	color: #ffffff;
}

#orderFormTbl {
	background: #336699;
	border: none;
	border-collapse: collapse;
	border-radius: 2px;
	width: 85%;
	margin: 0 auto;
	color: #fff;
}
#orderFormTbl td, #orderFormTbl th {
	padding: 5px;
}
#orderFormImageTbl {
	width: 85%;
	margin: 0 auto;
	transform: translateX(-2em);
}
#orderFormImageTbl td {
	padding: 1em;
	text-align: center;
}
#spillkitImg {
	height: 120px;
}

#destNoticeTbl {
	background: #336699;
	width: 60%;
	margin: 0 auto;
	border-radius: 2px;
}
#destNoticeTbl tr td {
	text-align: center;
}
#destNoticeTbl tr td {
	color: #ffffff;
	padding: 5px;
}
#destLinkHolder {
	min-height: 40px;
	max-width: 600px;
	overflow-wrap: break-word;
}
#destLinkHolder a {
	color: #ffffff;
	margin: 0 5px;
	display: inline;
}

p {
	margin: 3px;
}
p.downloadLink, p.downloadLink > a {
	color: #fff;
}


/* place holders */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}