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

.table-fixed th:first-child,
.table-fixed td:first-child {
  width: 100px;
}

.text-date {
  font-size: 14px;
}
