
/* table style */
.custom_table table {
    border-collapse: collapse;
    font-size: 12px;
    width: auto; 
    margin: 0;
    padding: 0;
  }
  
  .custom_table th,
  .custom_table td {
    border: 1px solid #404040; 
    padding: 4px 4px !important;
    text-align: left;
    white-space: nowrap; 
  }
  
  .custom_table th.small,
  .custom_table td.small {
    width: 80px; 
  }
  