body {
margin:0;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #E6F2FB;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #E6F2FB;
  }
  
  .header {
      background: #ffff00; 
      height: 70px;
      width:100%;
      color:black;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 32px;
      font-weight:bold;
      line-height: 80px;
      margin-bottom: 20px;
  }
  
  a {
    outline: none;
    text-decoration: none;
    color:#0078d7;
   display: none;
  }

  a:hover {
    color:  #66AEE7;
    text-decoration: underline;

  }

  img {
    width:35px;
  }

.copy-cell {
  cursor: pointer;
  color:#0078d7;
}

.copy-cell:hover {
  color:  #66AEE7;
}
  
.blue-header th {
  color:#ffffff;
  background-color: black;
}