.newEntryControl {
  display: none;
  width: 150px;
}

.deleteEntryControl {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  width: auto !important;
  border-radius: 5px;
  border: 2px dashed red;
  padding: 8px;
}

.deleteItemMessage {
  padding: 5px 10px;
  margin: 0 !important;
  cursor: pointer;
}

.choice {
  padding: 0 7px;
  margin-top: 5px !important;
  margin-right: 5px !important;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #A9A9A9;
}

.choiceY {
  color: red;
}

.choiceN {
  color: blue;
}

.choice:hover {
  color: white;
  background-color: #A9A9A9;
}
