.input-group-addon {
  width: 18px;
  float: left;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 767px) {.input-group-addon {display: none;}}

.input-group-addon {
  padding: 6px 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
}

.mips-calculator .pull-left {float: left;}

.mips-calculator input.form-control {
  padding: 6px 5px;
  text-align: center;
  max-width: 60px;
}

.mips-calculator table {
  background-color: transparent;
}
.mips-calculator caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.mips-calculator th {
  text-align: left;
}
.mips-calculator .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.mips-calculator .table > thead > tr > th,
.mips-calculator .table > tbody > tr > th,
.mips-calculator .table > tfoot > tr > th,
.mips-calculator .table > thead > tr > td,
.mips-calculator .table > tbody > tr > td,
.mips-calculator .mips-calculator .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.mips-calculator .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.mips-calculator .table tr th {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.mips-calculator .table > caption + thead > tr:first-child > th,
.mips-calculator .table > colgroup + thead > tr:first-child > th,
.mips-calculator .table > thead:first-child > tr:first-child > th,
.mips-calculator .table > caption + thead > tr:first-child > td,
.mips-calculator .table > colgroup + thead > tr:first-child > td,
.mips-calculator .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.mips-calculator .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.mips-calculator .table .table {
  background-color: #fff;
}
.mips-calculator .table-condensed > thead > tr > th,
.mips-calculator .table-condensed > tbody > tr > th,
.mips-calculator .table-condensed > tfoot > tr > th,
.mips-calculator .table-condensed > thead > tr > td,
.mips-calculator .table-condensed > tbody > tr > td,
.mips-calculator .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.mips-calculator .table-bordered {
  border: 1px solid #ddd;
}
.mips-calculator .table-bordered > thead > tr > th,
.mips-calculator .table-bordered > tbody > tr > th,
.mips-calculator .table-bordered > tfoot > tr > th,
.mips-calculator .table-bordered > thead > tr > td,
.mips-calculator .table-bordered > tbody > tr > td,
.mips-calculator .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.mips-calculator .table-bordered > thead > tr > th,
.mips-calculator .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.mips-calculator .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.mips-calculator .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.mips-calculator table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.mips-calculator table td[class*="col-"],
.mips-calculator table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.mips-calculator .table > thead > tr > td.active,
.mips-calculator .table > tbody > tr > td.active,
.mips-calculator .table > tfoot > tr > td.active,
.mips-calculator .table > thead > tr > th.active,
.mips-calculator .table > tbody > tr > th.active,
.mips-calculator .table > tfoot > tr > th.active,
.mips-calculator .table > thead > tr.active > td,
.mips-calculator .table > tbody > tr.active > td,
.mips-calculator .table > tfoot > tr.active > td,
.mips-calculator .table > thead > tr.active > th,
.mips-calculator .table > tbody > tr.active > th,
.mips-calculator .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.mips-calculator .table-hover > tbody > tr > td.active:hover,
.mips-calculator .table-hover > tbody > tr > th.active:hover,
.mips-calculator .table-hover > tbody > tr.active:hover > td,
.mips-calculator .table-hover > tbody > tr:hover > .active,
.mips-calculator .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.mips-calculator.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .mips-calculator.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .mips-calculator.table-responsive > .table {
    margin-bottom: 0;
  }
  .mips-calculator.table-responsive > .table > thead > tr > th,
  .mips-calculator.table-responsive > .table > tbody > tr > th,
  .mips-calculator.table-responsive > .table > tfoot > tr > th,
  .mips-calculator.table-responsive > .table > thead > tr > td,
  .mips-calculator.table-responsive > .table > tbody > tr > td,
  .mips-calculator.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .mips-calculator.table-responsive > .table-bordered {
    border: 0;
  }
  .mips-calculator.table-responsive > .table-bordered > thead > tr > th:first-child,
  .mips-calculator.table-responsive > .table-bordered > tbody > tr > th:first-child,
  .mips-calculator.table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .mips-calculator.table-responsive > .table-bordered > thead > tr > td:first-child,
  .mips-calculator.table-responsive > .table-bordered > tbody > tr > td:first-child,
  .mips-calculator.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .mips-calculator.table-responsive > .table-bordered > thead > tr > th:last-child,
  .mips-calculator.table-responsive > .table-bordered > tbody > tr > th:last-child,
  .mips-calculator.table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .mips-calculator.table-responsive > .table-bordered > thead > tr > td:last-child,
  .mips-calculator.table-responsive > .table-bordered > tbody > tr > td:last-child,
  .mips-calculator.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .mips-calculator.table-responsive > .table-bordered > tbody > tr:last-child > th,
  .mips-calculator.table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .mips-calculator.table-responsive > .table-bordered > tbody > tr:last-child > td,
  .mips-calculator.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
