tr:nth-child(even) {
  background-color: rgba(12, 36, 58, 0.77);
}
tr{
	background-color: rgba(17, 51, 83, 0.77);
	/* padding:3px; */
}
table{
    font-size: 20px;
    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    color:#ffffff;
}
.table1 .subtext {
  padding-top:1%;
  padding-bottom: 1%;
  font-size: 16px;
  text-decoration:wavy;
  
}
th, td{
padding: 5px;
}
td a{
  color:#c0c0c0;
  text-decoration: underline;
}
.table-container {
    max-height: 900px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin-top:3%;
}
@media screen and (max-width:1312px) {
.table-container {
margin-top:7%;
}
}



