#selections .selection-group {
  font-size: 15px;
  overflow: hidden;
  width: 550px;
  line-height: 30px; }
#selections .selection-title {
  float: left;
  width: 50px; }
#selections .selection-row {
  float: right;
  width: 500px; }
  #selections .selection-row a {
    padding: 0 5px;
    color: #006699; }
#selections .selection-subtitle {
  padding: 0 5px;
  color: #009900;
  font-weight: bold;
  padding-right: 10px; }
#selections a.selected {
  color: red;
  font-weight: bold; }
