.b-comps {
  height: 100%;
  position: relative;
}
.b-comps__table {
  font-size: 13px;
  font-family: PT Sans, arial;
  background-color: #fff;
  color: #444;
}
.b-comps__table-body {
  background-color: #fff;
  position: relative;
  height: auto;
  overflow-y: scroll;
}
.b-comps__adjusted {
  position: relative;
  padding-right: 15px;
}
.b-comps__adjusted-btn {
  position: absolute;
  top: -2px;
  right: 0;
}

.b-adjusted__title {
  float: left;
  font-weight: 900;
}
.b-adjusted__value {
  float: right;
}
.b-adjusted__list {
  width: 100%;
  border-top: 1px dotted #444;
  border-bottom: 1px dotted #444;
  margin: 15px 0;
}
.b-adjusted__list-value {
  font-style: italic;
}
.b-adjusted__last-item {
  padding-top: 80px;
}

.b-comps-loader {
  text-align: center;
}
.b-comps-loader__h {
  font-family: PT Sans, arial;
  font-size: 16px;
  font-weight: 100;
  color: #333;
  margin-top: 15px;
  margin-bottom: 15px;
}
.b-comps-loader__loader {
  width: 30px;
  height: 30px;
}
/*# sourceMappingURL=comps.css.map */
