* {
  font-family: sans-serif;
}

div {
  box-sizing: border-box;
}




button {
  width: auto;
  height: 2rem;
  background-color: aquamarine;
  border: none;
}

#daybutton{
  color: red;
}


#divsavedintimeframe {
  background-color: dimgray;
  color: white;
}

.container{
  background-color: aqua;
}

.secondaryinfo{
  color: red;
  text-align: center;
  margin-top: 0;
}

.zui-table {
  width: 80vw;
align-content: center;
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
}
.zui-table thead th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}
.zui-table tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
}
.zui-table-highlight tbody tr:hover {
  background-color: #CCE7E7;
}
.zui-table-horizontal tbody td {
  border-left: none;
  border-right: none;
}