p {
  font-size: 20px;
}
div#menu {
  font-size: 20px;
  border: 2px solid #649483;
  border-left: 0px;
  border-right: 0px;
  background-color: #F2FFFD;
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}
div#item-image {
  text-align: center;
}
div#sell-orders {
  border-left: 0px;
  border-right: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
div#buy-orders {
  border-left: 0px;
  border-right: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
form.form {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  border: 2px solid #946483;
  border-left: 0px;
  border-right: 0px;
  background-color: #FFF2FD;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
form.form input {
  border: 1px solid #7484A3;
  border-color: #C8D1FA;
  background-color: #E0E9F1;
  border-radius: 4px;
  padding: 4px 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}
