.ordertable {
  font-family: sans-serif;
  font-size:larger;
  padding: 16px;
}

.ordertable tr {
  background-color:white;
  width: 100%;
  }

.tdspace {
  background-color:#DDDDDD;
  height: 16px;
  }

input {
  width: 100%;
  }

.info {
  font-family: sans-serif;
  font-size:larger;
  text-align: left;
  background-color: white;
  border: 4px solid #AAAAAA;
  width: 90%;
  }

.turquoise {
  background-color:#8cf5f9;
  text-align: center;
  width: 100px;
  }

.label {
  width: 100px;
  }

