.cont {
  max-width: 400px;
  margin: 50px auto;
}
h2.qmod-heading {
  display: none;
}
.qmod-heading {
  padding: 8px 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 135%;
}
.qmod-investment-calculator .right-addon i {
  top: 30px;
  border-radius: 50%;
}
.qmod-investment-calculator .right-addon i:hover {
  color: #111;
  transform: none;
  background: #f5f5f5;
}

.qmod-ui-tool input[type="date"],
.qmod-ui-tool input[type="text"],
.qmod-ui-tool input[type="password"],
.qmod-investment-calculator input[type="number"] {
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #f0f0f0;
  outline: none !important;
}
.qmod-calendar-control {
  margin-top: 10px;
  margin-bottom: 10px;
}
.qmod-investment-calculator .qmod-adjr {
  margin: 5px 10px;
}
.qmod-adjr label.qmod-chkradlabel {
  padding-left: 34px !important;
  margin-right: 6px;
}

.qmod-btn.qmod-darkblue {
  background: #0477d1;
  border: 0;
}

.qmod-btn.qmod-darkblue:hover {
  background: #2288d8;
}
.qmod-btn:focus {
  border: 0 !important;
}
.qmod-investment-calculator .qmod-chkradlabel:after {
  color: #0477d1;
}
.qmod-investment-calculator .qmod-error-msg {
  background-color: #ffcece;
  color: #222;
  border: 1px solid #f8b0b0;
  margin: 10px;
}
.qmod-block-wrapper > div > div label.qmod-chkradlabel:first-of-type {
  margin-left: 10px;
}
