/*--BEGINNING--Table styles for Solvents collection--*/

table, th, td {
  border: 1px solid #000;
}

th, td {
    padding: 10px;
    text-align: center;
}

table {
    border-spacing: 10px;
    width: 100.0%;
}

th {
  color: #f2f0ef;
  background: #005695;
}

td {
    color: black;
}

@media (max-width: 400px){
  th, td, td p, td p i {
     font-size: 0.75rem !important;
     padding: 0.5rem 0 0.5rem 0 !important;
  }
  table, table tbody, table thead, th, td  {
    border: none;
  }
  table p{
  margin-bottom: 0.5rem !important;
   }
  tr{
    border-bottom: 1px solid rgb(62, 62, 62);
  }
  table td span.color_corpBlue span.p_xx_large{
    font-size: 0.5rem !important;
  }

  tr:nth-child(1) th{
    text-align: center !important;
  }

  .cmp-tabs--accordionMode {
    margin: 0rem;
}
}

/*--END--Table styles for Adjust brand--*/