﻿table th {
  text-align: center;
}


.MaxWidthCustomer table {
  max-width: 100%;
}

.MaxWidthTimeLimitDetail table {
  max-width: 950px;
}

.hideTable {
  display: none;
}

.full button span {
  background-color: limegreen;
  border-radius: 32px;
  color: black;
}

.partially button span {
  background-color: orange;
  border-radius: 32px;
  color: black;
}
