.row-col {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.householder {
  margin-bottom: 30px;
  background: #f3f9fe;
  padding: 20px;
  border-radius: 10px;
}
.householder .btn {
  float: right;
  height: 42px;
  line-height: 42px;
}
.householder form > div {
  float: left;
  white-space: nowrap;
}
.householder form > div span,
.householder form > div select {
  display: inline-block;
}
.householder form > div select {
  width: 520px;
}
.householder form .first {
  margin-right: 15px;
}
.householder form .first span {
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.householder form .last select {
  width: 150px;
}
