body {
  font: 10px 'Verdana', sans-serif;
  text-align: center;
}
div#wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
h1 {
  font-weight: normal;
  font-family: Helvetica;
  color: #083b95;
  text-align: center;
  margin: 0 0 1em 0;
}
h2.blue {
  font-weight: bold;
  font-family: Helvetica;
  color: #083b95;
}
table, td { 
  border:none; 
}
table.bordered, table.bordered td { 
  border:1px solid #ccc; 
}
#solarCalculator td { 
  padding:22px;
  padding-top:10px;
  margin-top:0;
  border-collapse:separate; 
}

form select, form input, form button {
  font: 10px 'Verdana', sans-serif;
}
select {
  display: block;
}
label {
  display: block;
  margin: 10px 0 0 0;
  font-weight: bold;
  color: #666;
}
div.clear {
  clear: both;
}
.strike-through {
  text-decoration: line-through;
}
div.legend-box { 
  width:20px;
  height:20px;
  border:1px solid #ccc; 
}
hr {
  padding: 0;
  margin: 18px 0;
}