body {
  font-family:Arial,Helvetica;
}

table {
  border-collapse: collapse;
}

caption {
  font-weight:bold;font-size:35px;
}

th {
  text-align: left;
}

tr.even {
  background-color:lightgrey;
}


td {
  text-align: left;
}

table col.file {
  width: 55%;
}

thead {
  color:white;
  background-color:royalblue;
}

th, td {
  border: 2px solid #000098;
  padding: 4px;
}

