@charset "UTF-8";

body {
  /*font-family: 'consolas','Monotype Corsiva','Century Schoolbook', sans-serif;*/
  font-weight: bold;
  line-height: 1.42em;
/*  color:#A7A1AE; */
  color:white;
  background-color:#1F2739; /* rgb(31,39,57*/
}

.container th h1 {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  color: #4CAF50;
}

.container td {
    font-weight: normal;
    font-size: 1em;
   /* color: white; */
}

.container {
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
    font-family: 'Monotype Corsiva','Lato-Light','consolas';
}

.container td, .container th {
  padding-bottom: 1%;
  padding-top: 1%;
  text-align: center;  
}

.container td a {
  color: #e46c0a;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Lato-Light','Monotype Corsiva', 'consolas';
}

/* Background-color of the odd rows */
.container tr:nth-child(odd) {
    background-color: #323C50;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
    background-color: #2C3446;
}

.container th {
  /*  background-color: #1F2739; */
    background-color: black;
}

.container td:first-child { font-weight: bold;}

.container tr:hover {
  background-color: #e46c0a; /* #FFF842; */
  color: black;
  font-weight: bold;
}

.container tr:hover td a {
  color: black;
}

.container tr:hover td a:hover {
  color: white;
  text-decoration: underline;
}

.container td a:visited {
  color: #4CAF50;
}

@media (max-width: 800px) {
 .container td a { font-size: 0.9em; }
 .container td:nth-child(4), .container th:nth-child(4) { display: none; }
}

@media (max-width: 599px) {
.container td a {font-size: 14px;}
.container td:nth-child(1), .container th:nth-child(1) { display: none; }
}

@media (max-width: 319px) {
  .container td:nth-child(3), .container th:nth-child(3) { display: none; }
}
