/*------------------------------------------------------------------------------

  Chemical Organic_chemicals

------------------------------------------------------------------------------*/
.organic_chemicals .mod-table {
  table-layout: fixed;
}

@media print, screen and (min-width: 768px) {
  .organic_chemicals .mod-table thead th:last-child {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .organic_chemicals .mod-table thead th:last-child {
    width: 40%;
  }
}
