.ChoiceSelector {
  padding: 5px 0px 5px 0px;
}

.ChoiceSelector .ChoiceTitle {
  padding: 6px 8px 6px 0px;
}

.ChoiceSelector .ChoiceItem {
  float: left;
  border: 1px solid #242F60;
  background-color: #e9ebe7;
  /*  width: 7em;*/
  text-align: center;
  margin: 0px 1px 1px 0px;
}

.ChoiceSelector a {
  display: block;
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  color: inherit;
}

.ChoiceSelector a:hover {
  background-color: #CAD400;
}

.ChoiceSelector .ChoiceItem.ChoiceSelected {
  background-color: #242F60;
  border-color: #e9ebe7;
  color: white;
}

.ChoiceSelector .ChoiceItem.ChoiceSelected a:hover {
  background-color: #CAD400;
}
