.dropdown:hover>.dropdown-menu{
    display: block;
}
.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
}

/* Rating star */
.checked {
    color: orange;
  }