.table_gen {
  border: 1px solid #000000;
  border-collapse: collapse;
  text-align: center;
  margin: 5px;
  clear: both;
}
.table_gen tr th {
  border: 1px solid #000000;
  background-color: blue;
  padding: 5px;
  color: white;
  font-weight: 600;
  text-align: center;
}
.table_gen tr td {
  border: 1px solid #000000;
  padding: 5px;
}
.odd_row {
  background-color: #DCDDE1;
}
.report_summary {
  margin: 20px 5px 5px 5px;
  font-weight: bold;
}

.cell_red {
  background-color: #E75555;
}
.cell_yellow {
  background-color: #E7F410;
}
.cell_bright_red {
  background-color: #ff0000;
}
.cell_bright_yellow {
  background-color: #ffff00;
}
.cell_bright_green {
  background-color: #00ff00;
}
.cell_light_green {
  background-color: #9cf99c;
}
.cell_pink {
  background-color: #ff00ff; /* CSS named color "fuchsia" (also called "magenta") */
}
.cell_deep_pink {
  background-color: #ff1493; /* CSS named color "deeppink" */
}
.cell_light_pink {
  background-color: #ffb6c1; /* CSS named color "lightpink" */
}
.cell_hot_pink {
  background-color: #ff69b4; /* CSS named color "hotpink" */
}

.row_highlight {
  background-color: #10E3F4;
}

.table_gen tr th {
  position: sticky;
  top: 0;
}

div#download_link {
  float: right;
  margin-top: 14px;
  margin-right: 30px;
}

div.pagination {
  float: right;
  margin: 10px 60px 5px 0;
}

