
  table.fitchart {
    border: 1px solid #eee;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr.fitchart {
    border: 1px solid #EDEDED;
    padding: 5px;
    height: 155px;
  }

  table th.fitchart, table td.fitchart {
    padding: 10px;
    text-align: center;
    border: 1px solid #EDEDED;
    width: 155px;
  }

  table th.fitchart {
    text-transform: uppercase;
    font-family: "Noticia Text",serif;
    font-size: 16px;
    color: #5c5c5c;
  }


  @media screen and (max-width: 600px) {

    table.fitchart {
      border: 0;
    }

    table thead.fitchart {
      display: none;
    }

    table tr.fitchart {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #eee;
      height: auto;
    }

    table td.fitchart {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ddd;
      width: auto;
    }

    table td.fitchart:last-child {
      border-bottom: 0;
    }

    table td.fitchart:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }