@font-face{font-family:Century Gothic, sans-serif;font-style:normal;font-weight:400;}
body{background-color:#003A1E;font-size:14px;color:#eee;margin:0;padding:0;font-family:Century Gothic, sans-serif;height:100%;width:100%;position:relative;overflow:disabled;}
    table {
      /*border-collapse: collapse;*/
      border-spacing: 0;
      width: 100%;
      border: none;
      color: black;
    }  
    th{
      text-align: left;
      padding: 16px;
      font-size: 12px;
      background-color: #006400;
      color: white;
    }       
    td {
      text-align: left;
      padding: 16px;
      font-size: 12px;
      background-color: #FFFAFA;
    }    
    tr:nth-child(even) {
      background-color: #f2f2f2;
    }
    w3-button{
      font-size: 12px;
    }
  button {
    /*background-color: #00000; /* Green */*/
    border: none;
    /*color: white;*/
    padding: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}    