/**
 * => Type 2
 **/
.bs-fpt.bs-fpt-t2 {
  font-family: Arial;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%; }
  .bs-fpt.bs-fpt-t2 thead > tr > td,
  .bs-fpt.bs-fpt-t2 tbody > tr > td {
    padding: 8px 12px;
    border: none; }
  .bs-fpt.bs-fpt-t2 thead {
    background-color: #fafafa;
    border: solid 1px #e9e9e9; }
  .bs-fpt.bs-fpt-t2 thead tr td {
    font-size: 12px;
    font-weight: bold;
    border: none;
    color: #4d4d4d;
    padding: 14px 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .bs-fpt.bs-fpt-t2 tbody {
    border-top: none;
    border: solid 1px #e9e9e9; }
  .bs-fpt.bs-fpt-t2 tbody tr + tr {
    margin-top: 5px;
    border-top: solid 1px #eeeeee; }
  .bs-fpt.bs-fpt-t2 tbody tr {
    transition: .3s; }
  .bs-fpt.bs-fpt-t2 tbody tr:hover {
    background-color: rgba(245, 245, 245, 0.4); }
  .bs-fpt.bs-fpt-t2 .fpt-td-number {
    font-size: 12px; }
  .bs-fpt.bs-fpt-t2 .fpt-logo {
    width: 23px;
    margin-right: 11px;
    float: left; }
  .bs-fpt.bs-fpt-t2 .fpt-logo img {
    max-width: 100%;
    height: auto; }
  .bs-fpt.bs-fpt-t2 .fpt-name {
    font-size: 15px;
    color: #1a1919;
    vertical-align: middle;
    line-height: 25px;
    display: table; }
  .bs-fpt.bs-fpt-t2 .fpt-s-name {
    font-size: 11px;
    font-weight: 400;
    color: #a3a3a3;
    line-height: 20px; }
  .bs-fpt.bs-fpt-t2 .fpt-price,
  .bs-fpt.bs-fpt-t2 .fpt-market-cap {
    font-size: 14px;
    font-weight: 400;
    color: #1a1919;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .6px; }
  .bs-fpt.bs-fpt-t2 .fpt-arrow {
    font-size: 6px;
    margin-right: 1px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px; }
  .bs-fpt.bs-fpt-t2 .fpt-changes {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    vertical-align: text-top;
    letter-spacing: 0.5px; }
  .bs-fpt.bs-fpt-t2 .ct-line {
    stroke-width: 1.6px !important;
    stroke: #2c8ec9 !important; }
  .bs-fpt.bs-fpt-t2 .visualization {
    margin-top: 7px; }
  .bs-fpt.bs-fpt-t2 .bs-fpt-chart-list {
    background-color: transparent !important; }
  .bs-fpt.bs-fpt-t2 .bs-fpt-chart-list > svg {
    padding-top: 2px; }
  .bs-fpt.bs-fpt-t2 .ct-chart .ct-series-a .ct-area,
  .bs-fpt.bs-fpt-t2 .ct-chart .ct-series-a .ct-slice-pie,
  .bs-fpt.bs-fpt-t2 .ct-chart .ct-series-a .ct-slice-donut-solid {
    fill: url(#gradient-chart) !important;
    fill-opacity: .54; }
  .bs-fpt.bs-fpt-t2 .bs-fpt-gradient {
    position: absolute;
    left: 0;
    bottom: 0; }
  .bs-fpt.bs-fpt-t2 .fpt-up {
    color: #1abe63; }
  .bs-fpt.bs-fpt-t2 .fpt-down {
    color: #da2e32; }
