.subcontent { overflow: hidden; margin: 20px auto; width: 1080px; position: relative;}
.subcontent h2 { color: #7286AB; text-transform: uppercase; letter-spacing: 0; padding: 0; margin: 0 0 10px 0px;}
.subcontent .description { width: 55%; }

.col { float: left; width: 22%; padding: 20px; margin: 10px; }

#tcalc ol, #results ul { margin: 0; padding: 0; }
#tcalc li, #results  li { list-style-type: none; list-style-image: none; margin: 0 0 20px 0; }

#bikepic { width: 500px; margin-top: -7em; }
#tcalc { background-color: #ECF3FB; }

#tcalc h2, #results h2 { margin: -20px -20px 10px; padding: 5px; }
#results h2 { margin: -10px -20px 15px; }
#tcalc h2 {color: #fff; background-color: #7286AB; }
#tcalc label { display: block; font-weight: bold; width: 7em; }
#tcalc label.dropdown { width: 100%; }
#tcalc input,
#tcalc select { margin-top: 3px; }  
#tcalc input { width: 2em; display: block; font-size: 24px; }
#tcalc .units { font-size: 12px; float: right; margin-top: -1.6em; width: 3.3em; }

#tcalc #submitBtn {
  border: 1px solid #354875;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
  width: 100%;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);    
  background: #7286AB;
  background: -moz-linear-gradient(top, #A3B3CC, #374B77);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A3B3CC), to(#374B77));
}
  
#tcalc #submitBtn:hover {
  background: #7487AD;
  background: -moz-linear-gradient(top, #374B77, #A3B3CC);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#374B77), to(#A3B3CC));
}
  
#tcalc #submitBtn:active { background: #354875; }

#results { width: 15%; background-color: #F8FBFE; margin-top: 5px; padding-top: 15px; }
#results li { font-weight: bold; margin-bottom: 1em; }
#results li span { font-size: 32px; }

.thx { text-align: center; font-size: 10px; font-style: italic; }

#share { position: absolute; top: 0; right: 0; background-color: #ECF3FB; padding: 5px; }
#share sup { font-size: 10px; }