.table-style {
  border-collapse: collapse !important;
  width: 100% !important;
}

.td-style {
  padding: 0.5rem !important;
  border: 1px solid black !important;
}

.red-text-bold-underline {
  color: red !important;
  font-weight: bold !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.black-link-bold {
  color: black !important;
  font-weight: bold !important;
}
