#mo-lifetime-estimator-app table {
  margin: 0;
  border: none;
}
#mo-lifetime-estimator-app td {
  border: none;
}
#mo-lifetime-estimator-app .input-width-limit {
  max-width: 250px;
}
#mo-lifetime-estimator-app .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}
#mo-lifetime-estimator-app div.page-header h1 {
  color: #ef4141;
  font-weight: bold;
  line-height: 1;
  margin-top: -20px;
  margin-bottom: 5px;
}
#mo-lifetime-estimator-app .fixed-checkbox-column-width {
  padding-top: 5px;
  width: 10px !important;
}
#mo-lifetime-estimator-app p {
  margin-top: -10px;
  margin-bottom: 30px;
  color: #777777;
}
#mo-lifetime-estimator-app h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
#mo-lifetime-estimator-app .btn {
  height: 34px;
}
#mo-lifetime-estimator-app h2 {
  font-size: 30px;
  line-height: 42px;
  margin-top: 7px;
}
#mo-lifetime-estimator-app .form-group {
  margin-top: 0;
  margin-bottom: 15px;
}
#mo-lifetime-estimator-app .form-group label {
  font-size: 14px;
}
#mo-lifetime-estimator-app .panel-heading {
  color: #000;
  font-size: 14px;
}
#mo-lifetime-estimator-app .mo-container {
  margin-bottom: 20px;
  background-color: #134b72;
  padding: 8px;
}
#mo-lifetime-estimator-app .mo-container .mo-internal {
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
}
#mo-lifetime-estimator-app .mo-container table {
  width: 100%;
}
#mo-lifetime-estimator-app .mo-container #result {
  font-size: 30px;
  line-height: 42px;
  margin-top: 7px;
}
