.numberbutton {
  color: black;
  padding: 2px;
  width: 68px;
  height: 68px;
  text-align: center;
  font-family: Verdana;
  font-size: 24px;
  margin: 3px;
}
.numberstyle {
  background-color: lightblue; 
}
.tagstyle {
  background-color: moccasin;
}
.colorstyle {
  background-color: lightgreen;
}

.togglebutton {
  padding: 4px;
  width: 228px;
  text-align: center;
  font-family: Verdana;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 1px;
}


.tagbutton {
  background-color: moccasin;
  color: black;
  padding: 2px;
  width: 68px;
  height: 68px;
  text-align: center;
  font-family: Verdana;
  font-size: 24px;
 
}

.helperbutton1 {
  background-color: lightgray;
  color: black;
  padding: 4px;
  width: 228px;
  text-align: center;
  font-family: Verdana;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 1px;
}

.helperbutton2 {
  background-color: silver;
  color: black;
  padding: 4px;
  width: 228px;
  text-align: center;
  font-family: Verdana;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 1px;
}

.helperbutton3 {
  background-color: darkgray;	
  color: black;
  padding: 4px;
  width: 228px;
  text-align: center;
  font-family: Verdana;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 1px;
}
.colorbutton {
  background-color: lightgreen;
  color: black;
  padding: 2px;
  width: 68px;
  height: 68px;
  text-align: center;
  font-family: Verdana;
  font-size: 24px;
  margin: 3px;
}

.headline {
  font-family: Verdana;
  font-size: 14px;
  margin: 0px 0px;
  text-align: center;
}

.headline2 {
  font-family: Verdana;
  font-size: 14px;
  margin: 0px 0px;
}

.statusLine {
  font-family: Verdana;
  font-size: 18px;
  margin-top: 3px;
  color: navy;
}

.flexbox1zz {
  display:flex;
  flex-direction: row;
}
.flexbox2zz {
  display:flex;
  flex-direction: column;
  justify-content: space-between; 
  height: 700px;
}

.box {
 margin-left: 0px;
}

.helperbox {
 margin-left: 0px;
 margin-buttom: 50px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.sidenav div {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 28px;
  color: #f1f1f1;
  display: block;
  font-family: Verdana;
}
.sidenav p {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 14px;
  color: #e5e5e5;
  font-family: Verdana;
}
.menubutton {
  cursor:pointer;
  padding: 8px 8px 8px 16px;
  text-align: left;
  margin-left: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  font-family: Verdana;
  background-color: #111;
  outline: 0px;
  border: 0px;
  width: 290px;
}
.menubutton:hover {
  background-color: #f1f1f1;
  color: black;
}

.closebutton {
  cursor:pointer;
  text-align: right;
  text-decoration: none;
  font-size: 32px;
  color: #818181;
  font-family: Verdana;
  background-color: #111;
  outline: 0px;
  border: 0px;
  width: 290px;
}

.closebutton:hover {
  color: white;
}
.menubar {
  margin-top: 12px;
}

.menutext {
  font-size:28px;
  cursor:pointer;
  font-family: Verdana;
}

@media only screen and (max-width: 992px) {
 .flexbox1 {
   flex-direction: column;
   width: 700px;
 }
 .flexbox2 {
   flex-direction: row-reverse;
   justify-content: space-between;
   width: 700px;
   height: 240px;
 }
 .box {
  margin-left: 0px;
  margin-top: 10px;
 }
}
