#jaBox {
  border-radius: 5px 0 0 5px;
}
#neinBox {
  border-radius: 0 5px 5px 0;
}
.selectBox {
  border: 1px solid #287da8;
  width: 50px;
  text-align: center;
  color: #287da8;
  padding: 3px;
  display: inline-block;
  margin: 0px;
  cursor: pointer;
}
.selectBox:hover {
  background-color: #287da8 !important;
  color: #ffffff !important;
  border-color: #287da8 !important;
}
#feedbackForm {
  display: none;
}
#feedbackForm textarea {
  width: 100%;
  height: 15vh;
  margin-top: 10px;
  margin-bottom: 10px;
}
#feedbackForm input {
  width: 100%;
  height: 3vh;
  margin-top: 10px;
  margin-bottom: 10px;
}
#feedbackQ {
  padding-top: 15px;
}

#feedbackForm div.inputline button {
  float: left;
}
