#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    /* word-break: break-all; */
  }
  
  #customers tr:nth-child(even){background-color: #f2f2f2;}
  
  #customers tr:hover {background-color: #f63c25;color: #fff; cursor: pointer;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f63c25;
    color: white;
    text-transform: capitalize;
  }

  #customers a:hover {
	color: #f63c25;
    outline: none;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
  .help_wrapper .help_section .help_row .help_col .support_box .support_column p {
      height: auto !important;
  }
}