body{font-family: 'Corbel', sans-serif;}
.hover-overlay:hover {
  transform: scale(0.9); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#negative_traits label, #positive_traits label, #selected_traits label,
#negative_traits input[type="checkbox"], #positive_traits input[type="checkbox"], #selected_traits input[type="checkbox"] {
    cursor: pointer;
}

.color_red{color:#FA8072 !important}
.color_lightgreen{color:lightgreen !important}
