#Container{
margin-left:auto;
margin-right:auto;
width:1380px;
}

th {
  font-family: arial, helvetica, geneva, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #000000;
  background-color: #D3DCE3
}

td {
  font-family: arial, helvetica, geneva, sans-serif;
  font-size: small;
  text-align: center;
}

td.topline {
  font-size: 1px
}

td.tab {
  border-top: 1px solid #999;
  border-right: 1px solid #666;
  border-left: 1px solid #999;
  border-bottom: none;
  border-radius: 2px;
}

/*
td a link {color:black; text-decoration: none};
td a visited {color:red; text-decoration: none};
td a active {text-decoration: none};
td a hover {text-decoration: underline; color: red;};
*/

td a:link { color:black; text-decoration: underline }
td a {color:black; text-decoration: underline};

table.tabs {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #666;
}

.winsat {
  background: #006600;
  color: black;
  text-align: center;
}

.eqwinsat {
  background: #00FF33;
  color: black;
  text-align: center;
  /* background-image: url(https://www.mancoosi.org/images/star.svg); 
  background-position: top left;
  background-repeat: no-repeat; */

}

.sat {
  background: #00FF33;
  color: black;
  text-align: center;
}

.unsat {
  background: yellow;
  color: black;
  text-align: center;
}

.abort {
  background: red;
  color: black;
  text-align: center;
}

.fail {
  background: fuchsia;
  color: black;
  text-align: center;
}

.noresult {
  background: silver;
  color: black;
  text-align: center;
}

