table.Unifi {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .Unifi td, th {
    border: 2px solid #000000;
    text-align: left;
    padding: 8px;
  }
  
  .Unifi tr:nth-child(even) {
    background-color: #dddddd;
  }
  .Unifi tr:nth-child(odd) {
    background-image: linear-gradient(#f2b05f, #f57745);
  /* border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap; */
  }
  input[type=text], select {
    width: 200px; 
    border:3px dotted teal;background-color:#eafafb;
  }

  table.TNB {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  .TNB td, th {
    border: 2px solid #000000;
    text-align: left;
    padding: 8px;
  }
  
  .TNB  tr:nth-child(even) {
    background-color: #dddddd;
  }
  .TNB tr:nth-child(odd) {
    background-image: linear-gradient(#42A1EC, #378fd7);
  }


    table.Maxis {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;

  }
  
  .Maxis td, th {
    border: 2px solid #000000;
    text-align: left;
    padding: 8px;
  }
  
  .Maxis  tr:nth-child(even) {
    background-color: #dddddd;
        color: #000000;
  }
  .Maxis tr:nth-child(odd) {
    background-image: linear-gradient(#025c2f, #01110a);
        color: #eafafb;
  }