/**
 * => Type 1
 **/
.bs-fpt.bs-fpt-t1 {
  width: 100%;
  font-family: Arial;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .bs-fpt.bs-fpt-t1 tbody tr + tr {
    margin-top: 5px;
    border-top: solid 1px #eeeeee; }
  .bs-fpt.bs-fpt-t1 thead tr td,
  .bs-fpt.bs-fpt-t1 tbody tr td {
    padding: 12px 12px;
    border: none; }
  .bs-fpt.bs-fpt-t1 thead tr td {
    font-size: 13px;
    font-weight: bold;
    border-bottom: solid 1px #eeeeee; }
  .bs-fpt.bs-fpt-t1 .fpt-logo {
    width: 23px;
    margin-right: 9px;
    float: left; }
  .bs-fpt.bs-fpt-t1 .fpt-logo img {
    max-width: 100%; }
  .bs-fpt.bs-fpt-t1 .fpt-name,
  .bs-fpt.bs-fpt-t1 .fpt-s-name {
    font-size: 15px;
    font-weight: bold;
    color: #1a1919;
    vertical-align: middle;
    line-height: 14px;
    display: table; }
  .bs-fpt.bs-fpt-t1 .fpt-s-name {
    font-size: 11px;
    font-weight: 400;
    color: #a3a3a3;
    line-height: 20px; }
  .bs-fpt.bs-fpt-t1 .fpt-price,
  .bs-fpt.bs-fpt-t1 .fpt-market-cap {
    font-size: 15px;
    font-weight: 400;
    color: #1a1919;
    display: inline-block;
    vertical-align: middle; }
  .bs-fpt.bs-fpt-t1 .fpt-change-price {
    padding: 6px 9px;
    text-align: center;
    display: inline;
    vertical-align: middle;
    border-radius: 3px; }
  .bs-fpt.bs-fpt-t1 .fpt-arrow {
    font-size: 6px;
    margin-right: 1px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px; }
  .bs-fpt.bs-fpt-t1 .fpt-changes {
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    display: inline-block;
    vertical-align: text-top; }
  .bs-fpt.bs-fpt-t1 .ct-line {
    stroke-width: 1px !important; }
  .bs-fpt.bs-fpt-t1 .visualization {
    margin-top: 7px; }
  .bs-fpt.bs-fpt-t1 .bs-fpt-chart-list {
    background-color: transparent !important; }
  .bs-fpt.bs-fpt-t1 .bs-fpt-chart-list > svg {
    padding-top: 2px; }
  .bs-fpt.bs-fpt-t1 .fpt-up .ct-series-a .ct-area,
  .bs-fpt.bs-fpt-t1 .fpt-up .ct-series-a .ct-slice-pie,
  .bs-fpt.bs-fpt-t1 .fpt-up .ct-series-a .ct-slice-donut-solid {
    fill: #1abe63;
    fill-opacity: .14; }
  .bs-fpt.bs-fpt-t1 .fpt-up .ct-line {
    stroke: #1abe63 !important; }
  .bs-fpt.bs-fpt-t1 .fpt-down .ct-series-a .ct-area,
  .bs-fpt.bs-fpt-t1 .fpt-down .ct-series-a .ct-slice-pie,
  .bs-fpt.bs-fpt-t1 .fpt-down .ct-series-a .ct-slice-donut-solid {
    fill: #da2e32;
    fill-opacity: .14; }
  .bs-fpt.bs-fpt-t1 .fpt-down .ct-line {
    stroke: #da2e32 !important; }
  .bs-fpt.bs-fpt-t1 .fpt-fixed .ct-series-a .ct-area,
  .bs-fpt.bs-fpt-t1 .fpt-fixed .ct-series-a .ct-slice-pie,
  .bs-fpt.bs-fpt-t1 .fpt-fixed .ct-series-a .ct-slice-donut-solid {
    fill: #b2b2b2;
    fill-opacity: .14; }
  .bs-fpt.bs-fpt-t1 .fpt-fixed .ct-line {
    stroke: #b2b2b2 !important; }
