/**
 * => Type 3
 **/
.bs-fpt.bs-fpt-t3 {
  font-family: Arial;
  border: solid 1px #e4e4e4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%; }
  .bs-fpt.bs-fpt-t3 thead tr td,
  .bs-fpt.bs-fpt-t3 tbody tr td {
    padding: 0 16px;
    border: none; }
  .bs-fpt.bs-fpt-t3 tbody tr:last-child td {
    padding-bottom: 7px; }
  .bs-fpt.bs-fpt-t3 thead tr td {
    font-size: 11px;
    border: none;
    font-weight: bold;
    color: #1a1919;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 10px 16px 3px; }
  .bs-fpt.bs-fpt-t3 .fpt-name {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #1a1919;
    vertical-align: top; }
  .bs-fpt.bs-fpt-t3 .fpt-price {
    font-size: 13px;
    font-weight: 400;
    color: #545454;
    display: inline-block;
    vertical-align: middle; }
  .bs-fpt.bs-fpt-t3 .fpt-changes {
    font-size: 13px; }
