body, table, p {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.jshint {
  font: 10px mono;
  color: #FF6720;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  color: #364989;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  color: #364989;
}

body {
  padding: 5px;
}

table {
  width: 100%;
}

table.footer {
  margin-top: 10px;
  font-size: 9px;
  font-weight: bold;
  color: #223164;
  text-align: center;
  background: #d8e3fd;
}

a {
  font-size: 11px;
  font-weight: bold;
  color: #364989;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

input.submit {
  border-style: none;
  background-color: transparent;
  font-size: 11px;
  font-weight: bold;
  color: #364989;
  cursor: hand;
  cursor: pointer;
}

.question {
  font-size: 11px;
  font-weight: bold;
  color: #364989;
}

div.required {
  font: 10px mono;
  float: right;
  margin-right: 5px
}

div.hint {
}

div.alert {
  font-weight: bold;
  color: #FF6720;
}

td.label {
  background-color: #eff4ff;
  width: 100%;
}

td.label-hinted {
  background-image: url(info.gif);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #eff4ff;
  width: 100%;
}

tr.odd {
  background-color: #eff4ff;
}

td.oddlast {
  background-color: #d6d6e7;
}

th {
  font-weight: bold;
  color: #364989;
}

.probar {
  border-style: none;
  background-color: #FB7D42;
  color: #FB7D42;
  height:5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.progress {
  overflow: hidden;
  height:5px;
  background-color: #53A4EC;
  margin-bottom: 1px;
  margin-top: 1px;
}

table.section {
  background-color: #d8e3fd;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

input.currency {
  border-style: none;
  padding-top: 3px;
  letter-spacing: 10px;
  font-family: Courier;
  font-size: 15px;
  padding-left: 6px;
  height: 25px;
  width: 200px;
}

input.currencyleft {
  border-style: none;
  padding-top: 3px;
  letter-spacing: 10px;
  font-family: Courier;
  font-size: 15px;
  padding-left: 6px;
  height: 25px;
  width: 170px;
}

input.currencyright {
  border-style: none;
  padding-top: 3px;
  letter-spacing: 10px;
  font-family: Courier;
  font-size: 15px;
  padding-left: 6px;
  height: 25px;
  width: 100px;
}

.time a {
  text-decoration: none;
  padding-bottom: 3px;
  padding-top: 3px;
}

table.time {
  width: 60px;
  background-color: #e0e0e0;
}

.matrix th {
  font-weight: normal; 
  color: #000000;
}

.matrix {
  font-size: 9px;
}

.matrix td.last {
  background-color: #d6d6e7;
}

 

