#kb-calc {
  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
  font-size: 15px;
}
#kb-calc h3 {
  font-size: 20px;
}
#kb-calc button {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
.kb-calc-input {
  margin-bottom: 10px;
  position: relative;
}
.kb-calc-input input {
  padding-right: 20px;
}
.kb-calc-input select {
    background-color: #ffffff;
    border-width: 0;
    border-color: #eeeeee;
    border-radius: 4px;
    border-width: 1px;
    height: 33px;
    padding: 3px;
    width: 100%;
}
.kb-calc-input .required {
  color: #B94A48;
}
.kb-calc-input .right-field {
  bottom: 8px;
  position: absolute;
  right: 5px;
}
.kb-calc-input-50 {
  display: inline-block;
  width: 48%;
}
#kb-calc-results {
  background-color: #ecf0f5;
  display: none;
  margin-top: 10px;
}
#kb-calc-results div {
  border-top: 1px solid #cecece;
  padding: 20px 0;
  margin: 0 20px;
}
#kb-calc-results div:first-child {
  border-top: none;
}
#kb-calc-results span {
  display: block;
  font-weight: bold;
}
