/* Start custom CSS */table {
    font-family: iransans !important;
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px !important;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table th {
    font-size: 14px !important;
  padding: 12px !important;
  background-color: #04AA6D !important;
  color: white !important;
}/* End custom CSS */