﻿.footable {
  width: 100%;
  table-layout: fixed;
}

.footable th:first-child,
.footable td:first-child {
  width: 26%;
}

.footable th,
.footable td {
  overflow-wrap: break-word;
}

@media (max-width: 600px) {
  .footable th:first-child,
  .footable td:first-child {
    width: 38%;
  }
}