
.container-fluid {
    background-color: rgb(36, 39, 46);
    min-height:100%; 
}

.tableelement{
 color: white;
  margin-top: 20px;
  font-size: xx-large;
  text-align: center;
}
.saleName{
  color: white;
}
.singleOK {
  background-color: green;
}
.singleBAD {
  background-color: red;
}
#nowdate{
  color: white;
    text-align: center;
}

#leftblock{
  text-align: right;
  margin-top: 5px;
}
#rightblock{
margin-top: 5px;
}