table.standard {
  margin: 1em 0;  
  border-collapse: collapse;
  font-size:0.75em;
  line-height:1.875em;
}

table.standard th, table.standard td {
  padding: 3px 5px;
  background:#175491;
  border: 1px solid #0A4A8A;
}

table.standard th {  
  text-align: left;
  width: 120px; 
  background:#255d97;
}

/* Quote Request */

table.quote {
	font-size:0.70em;
	line-height:1.875em;
	border-spacing:8px;
	}
table.quote th {
	text-align:left;
	font-weight:normal;
	color:#D1DBE8;
	width: 120px;
	}
table.quote td {
}
table.quote td, table.quote th {
	padding: 3px 0 3px 3px;
	}
	
table.quote input, table.quote select, table.quote textarea {
	padding:3px;
	border:1px solid #a9a8a9;
	width:172px;
	font-size: 0.9em;
	color:#666;
}

table.quote select {
	width:180px;	
}

table.quote select.wide-select {
	width:523px
}

table.quote textarea {
	height:100px;
	width: 520px;
	}
table.quote select.short, table.quote input.short {
	width:auto;
	padding:2px;
}
table.quote input.short-txt {
	width:50px;
}

table.quote input.radio {
	border:none;
	width:auto;	
}

table.quote input[type="radio"] {
	width:auto;
	border:0;
	}
	
table.quote select option.quote-aircraft-title {
	font-weight:bold;
	}
table.quote th.quote-heading {
	font-weight:bold;
	border-bottom: 2px solid #3d6495;
	}
table.quote h2 {
	margin:0;
	color:#fff;
	}
table.quote-other th {
		width: 330px;
}
table.quote-other td textarea {
		width: 330px;
}
#content table.quote th.txt-right {
		text-align:right;
}
#content table.quote p {
    font-size: 100%;
}

/* Pathology Request */

table.pathology {
  font-size:0.70em;
  line-height:1.875em;
  border-spacing:8px;
  width:100%;
}
table.pathology th {
  text-align:left;
  font-weight:normal;
  color:#D1DBE8;
  width: 120px;
  }
table.pathology td {
}
table.pathology td.note {
  font-style: italic;
}
table.pathology td, table.pathology th {
  padding: 3px 0 3px 3px;
}
table.pathology tr td span.note {
  display: inline-block;
  width: 0.636em;
  text-align: right;
}
table.pathology tr td span.note {
  //color: #f00;
}
table.pathology input, table.pathology select, table.pathology textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding:3px;
  border:1px solid #a9a8a9;
  width:calc(100% - 0.636em);
  font-size: 0.9em;
  color:#666;
}

table.pathology select {
  width:180px;  
}

table.pathology select.wide-select {
  width:523px
}

table.pathology textarea {
  height:100px;
  width: 520px;
  }
table.pathology select.short, table.pathology input.short {
  width:auto;
  padding:2px;
}
table.pathology .date-field input {
  width:auto;
}
table.pathology input.short-txt {
  width:50px;
}

table.pathology input.radio {
  margin-left: 10px;
  margin-right: 2px;
  border:none;
  width:auto;
  vertical-align: -3px;
}

table.pathology input[type="radio"] {
  width:auto;
  border:0;
  }
  
table.pathology select option.quote-aircraft-title {
  font-weight:bold;
  }
table.pathology th.quote-heading {
  font-weight:bold;
  border-bottom: 2px solid #3d6495;
  }
table.pathology h2 {
  margin:0;
  color:#fff;
  }
table.pathology-other th {
    width: 330px;
}
table.pathology-other td textarea {
    width: 330px;
}
#content table.pathology th.txt-right {
    text-align:right;
}
#content table.pathology p {
    font-size: 100%;
}
