.bti {
  font-family: 'PT Sans', sans-serif;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 25px 30px;
  margin-top: 30px;
}
.bti__cols:after {
  content: ' ';
  display: table;
  clear: both;
}
.bti__col {
  float: left;
  width: 50%;
}
.bti__data {
  font-size: 14px;
  line-height: 20px;
  table-layout: fixed;
}
.bti__data__help {
  position: relative;
  top: 4px;
  margin-left: 3px;
  display: inline-block;
  text-decoration: none;
  border-bottom: none !important;
}
.bti__data__stretch {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: -8px;
  border-bottom: 1px dotted #e6e6e6;
}
.bti__data th {
  width: 355px;
  color: #121212;
  font-weight: normal;
  position: relative;
  padding-bottom: 14px;
}
.bti__data__name {
  position: relative;
  display: inline-block;
  background-color: #fafafa;
  padding-right: 10px;
}
.bti__data td {
  width: 242px;
  color: #121212;
  padding-left: 10px;
}
.bti__data td img {
  vertical-align: -3px;
}
.bti__data__positive {
  color: #00ad5d;
}
.bti__data__negative {
  color: #ff0000;
}
.bti__data__head__title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  padding-left: 0 !important;
}
.bti__data__head__subtitle {
  font-size: 14px;
  font-weight: bold;
  padding: 25px 0 8px !important;
}
.bti__bottom {
  margin-top: 35px;
}
.bti__bottom__copyright {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  float: left;
}
.bti__bottom__feedback {
  font-size: 12px;
  color: #2B87DB;
  cursor: pointer;
  float: right;
}
.bti__bottom__feedback:hover {
  color: #256BA5;
}
.bti__bottom__clearfix {
  clear: both;
}
.bti__feedback {
  width: 500px;
}
.bti__feedback__tip {
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}
.bti__feedback__message {
  width: 100% !important;
  margin-bottom: 15px;
  height: 130px;
}
.bti__feedback__label {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  padding-bottom: 4px;
}
.bti__feedback__email {
  width: 100% !important;
}
.bti__feedback__actions {
  text-align: left !important;
}
.bti__tooltip-body {
  width: 320px;
}
.bti__tooltip-button {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin: -3px 0;
}
