/* Each mood symbol uses the same fixed drawing area inside its coloured circle. */
.moodCards .choiceIcon{font-size:0 !important;}
.moodCards .choiceIcon .mood-symbol{display:block;width:56px;height:56px;}

@media(max-width:700px){
  .moodCards .choiceIcon .mood-symbol{width:38px;height:38px;}
}
