body {
  padding: 50px;
  font: 18px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.submitbutton {
  padding: 15px 100px;
  background: #00B7FF;
  border: 0px;
  width: 375px;
  font: 18px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.submitbutton2 {
  padding: 8px 20px;
  background: #00B7FF;
  border: 0px;
  font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.submitbutton3 {
  padding: 8px 20px;
  background: #00B7FF;
  border: 0px;
  font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.headbox, .staffbox {
  margin-bottom:15px;
}

.space1 {
  margin-left:20px;
  height:25px;
  width:250px;
}

.space2 {
  margin-left:25px;
  height:25px;
  width:250px;
}

.centerdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.table {
  font-size: 18px;
}

.normaltd {
  border: 1px solid black;
}

.fillblack {
  background: black;
  height: 18px;
}

.bgyellow {
  background: #F5DF62;
  padding: 4px 10px;
}

.selectbox {
  height: 30px;
}

.textbox {
  height: 30px;
  width: 300px;
}

.submitbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

input:disabled {
  background-color:#BABABA;
}

.report-left {
  text-align:left;
  border:1px solid black;
  padding-right:30px;
}

.report-right {
  text-align:center;
  border:1px solid black;
  padding: 0px 30px;
}

.backbutton {
  padding: 10px 50px;
  border: 1px solid #00B7FF;
}