ftcrates .table-head {
  width: 600px;
}
ftcrates .table-head table th {
  width: 200px;
}
ftcrates .table-body {
  width: 600px;
}
ftcrates .table-body table td {
  width: 200px;
}
@media (min-width: 600px) {
  ftcrates .table-head {
    width: 100%;
  }
  ftcrates .table-head table {
    width: 100%;
  }
  ftcrates .table-head table th {
    width: 33%;
  }
  ftcrates .table-body {
    width: 100%;
  }
  ftcrates .table-body table {
    width: 100%;
  }
  ftcrates .table-body table td {
    width: 33%;
  }
}
