/* Fix for invisible tooltip sliders */
.tooltip.in {
  opacity: 0.8;
}

.mppng-is-filtered::before
{
    position: relative;
    content: "\1f892";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15pt;
    text-decoration: inherit;
    padding-right: 0.2em;
}