.content table caption {
  margin-bottom: 10px;
}
.content tbody tr:nth-child(odd) {
  background-color: #eee;
}

.content th {
  color: #154734;
}

.content table {
  border-collapse: collapse;
  font-family:bio-sans, Arial, sans-serif;
  margin:0 auto;
  padding:15px 0 15px 0;
  width:100%;
}

.content td,
.content th {
  border: 1px solid #d4d4d4;
  border-left: 0;
  border-right: 0;
  padding: 0.5rem;
  text-align: left;
}

/*-- baylor__scroll_table styles --*/
.uiTable-scroll-container {
  position: relative;
}
.uiTable-scroll {
  overflow: hidden;
  overflow-x: scroll;
}
.uiTable-scroll:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.uiTable-scroll th, uiTable-scroll td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (max-width: 640px) {
  .uiTable-scroll-container:has(> .uiTable-scroll):after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background-image: -o-linear-gradient(right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgb(255, 255, 255) 100%);
    bottom: 0;
    content: " ";
    z-index: 1;
    margin-right: -1px;
  }
}
/*-- END baylor__scroll_table styles --*/

/*-- baylor__card_table styles --*/
.uiTable-card {
  display: table;
}
.uiTable-card thead tr {
  color: #154734;
  font-weight: bold;
}
.uiTable-card caption {
  display: none;
}
.uiTable-card thead td, .uiTable-card tbody td {
  border: 1px solid #D4D4D4;
  border-left: 0;
  border-right: 0;
}
.uiTable-card thead td:not(:last-child), .uiTable-card tbody td:not(:last-child) {
  /*border-bottom: 0;*/
}
.uiTable-card thead td {
  border-right: 0;
}
@media screen and (max-width: 640px) {
  .uiTable-card {
    display: flex;
  }
  .uiTable-card tbody {
    flex: 1 1 0%;
  }
  .uiTable-card tr {
    display: flex;
    flex-direction: column;
  }
  .uiTable-card tr:is(:first-child) {
    border-top: 2px solid #D4D4D4;
    border-bottom: 2px solid #D4D4D4;
  }
  /*.uiTable-card tr:is(:last-child) {*/
  /*  border-top: 2px solid #D4D4D4;*/
  /*}*/
  .uiTable-card tr:not(:first-child) {
    border-bottom: 2px solid #D4D4D4;
  }

  .uiTable-card tbody tr:nth-child(odd) {
     background-color: unset;
  }
  .uiTable-card thead td:is(:first-child), .uiTable-card tbody td:is(:first-child) {
    border-top: 0px solid #EEEEEE;
  }
  .uiTable-card thead td:not(:first-child), .uiTable-card tbody td:not(:first-child) {
    border-top: 1px solid #EEEEEE;
  }
  .uiTable-card thead td:is(:last-child), .uiTable-card tbody td:is(:last-child) {
    border-bottom: 0px;
  }

  .uiTable-card thead td, .uiTable-card tbody td {
    border-left: 0;
    border-right: 0;
  }
  .uiTable-card thead td:is(:first-child), .uiTable-card tbody td:is(:first-child){
    padding-top: 20px;
  }
  .uiTable-card thead td:is(:last-child), .uiTable-card tbody td:is(:last-child) {
    padding-bottom: 20px;
  }
}
/*-- END baylor__card_table styles --*/
