/*--BEGINNING--Table styles for Adjust brand--

table, th, td {
  border: 1px solid #3b7929;
}

th, td {
    padding: 10px;
    text-align: center;
}

table {
    border-spacing: 10px;
    width: 100.0%;
}

th {
  color: white;
  background: #629d51;
}

td {
    color: black;
}

--END--Table styles for Adjust brand--*/

/*--BEGINNING--Table styles for Adjust brand after Candace suggestion--*/

table, th, td {
  border: 1px solid #000;
}

th, td {
    padding: 10px;
    text-align: center;
}

table {
    border-spacing: 10px;
    width: 100.0%;
}

th {
  color: white;
  background: #464682;
}

td {
    color: black;
}

@media (max-width: 400px){
  th, td {
     font-size: 0.75rem;
  }
  .cmp-tabs--accordionMode {
    margin: 0rem;
}
  }

/*--END--Table styles for Adjust brand--*/