.f-table {
  position: relative;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #000
}

/* .f-table tbody tr:hover, */
/* .f-table thead tr { */
  /* background-color: #000 */
/* } */

/* .f-table tbody tr {
  transition: all .3s;
  -webkit-transition: all .3s
} */

.f-table tr td,
.f-table tr th {
  padding: 0 10px;
  border: 1px solid #333;
  /* font-size: 14px;
  font-weight: 400;
  min-height: 20px;
  line-height: 20px;
  position: relative */
}