/*--BEGINNING--Table styles for Nemasol brand after Candace suggestion--*/

table, th, td {
  border: 1px solid #000;
}

th, td {
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

table {
    border-spacing: 10px;
    width: 100.0%;
}

th {
  color: white;
  background: #145a46;
}

td {
    color: black;
}

@media (max-width: 450px){
  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_corpDeepGreen span.p_xx_large{
    font-size: 0.75rem !important;
  }

  tr:nth-child(1) th{
    text-align: center !important;
  }

  .cmp-tabs--accordionMode {
    margin: 0rem;
}
}

.pests th {
  color: #145a46;
  background: #cde6c3;
}



/*--END--Table styles for Adjust brand--*/