.form-control {
  display          : block;
  width            : 100%;
  padding          : 0.4rem 0.75rem;
  font-size        : 1em;
  line-height      : 1.2;
  color            : #464a4c;
  background-color : #fff;
  border           : 1px solid rgba(0, 0, 0, 0.15);
  border-radius    : 0.25rem;
  box-sizing       : border-box;
  margin           : 2px 0;
  font-family      : "Courier New", Courier, mono;
}
select.form-control:not([size]):not([multiple]) {
  height           : calc(1.5rem + 2px);
}
