body {
  font-family: Arial,Verdana;
  font-size: 10px;
}

#estimator-wrapper {
  float: right;
  text-align: center;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 12px;
}

table#section-I,
table#section-II,
table#section-III,
table#section-IV,
table#section-V {
  width: 310px;
  margin-bottom: 6px;
  
}

table#section-I,
table#section-II,
table#section-III,
table#section-IV,
table#section-V {
 padding: 0 0 6px 0;
 clear: both;
}

table#section-II,
table#section-III,
table#section-V {
  margin-bottom: 0 !important;
  padding: 0;
}

table#section-IV {
  margin-bottom: -16px !important;
}


table#heading {
  margin-bottom: 4px !important;
  float: left;
  margin-left: 20px;
}

table#section-IIa,
table#section-IIc,
table#section-IIIa,
table#section-IIIc {
  width: 120px;
}

table#section-IIa,
table#section-IIIa {
  margin-left: 20px;
}

table#section-IIb,
table#section-IIIb {
  width: 76px;
}

table#section-IV {
  width: 318px;
}

.section {
  float: left;
  clear: none;
}

#fee {
  display: inline;
}

#divPageContentMain td {
  padding: 5px;
  font-size: 10px;
}

#divPageContentMain td.label {
  text-align: right;
  width: 250px;
}

#divPageContentMain td.col {
  width: 100px;
}

#divPageContentMain td.col {
  width: 160px;
}

#divPageContentMain td.subtotal {
  text-align: right;
  display: none;
}

#divPageContentMain td.total{
  font-size: 1.1em;
  width: 40px;
}

.centered {
  text-align: center;
}

select,
input {
  width: 100px;
}

input {
  text-align: right;
}

.right {
  text-align: right;
}

.field-title {
  font-size: .9em;
}

em {
  font-size: .9em;
}

.orange {
  color: #d55e26;
  font-style: italic;
}

.hidden {
  display: none;
}

.total-row {
  border-top: 1px solid #6d9825;
  border-bottom: 1px solid #6d9825;
}

#estimator-top {
  width: 348px;
  height: 20px;
  background: transparent url(/images/bg-estimator-top.png) no-repeat; 
}

#estimator-mid {
  width: 348px;
  background: transparent url(/images/bg-estimator-mid.png) repeat-y; 
}

#estimator-bottom {
  width: 348px;
  height: 20px;
  background: transparent url(/images/bg-estimator-bottom.png) no-repeat; 
}
