/*
FREED & STARS fixed styles
START
*/
/* Hide the tooltip content by default */
.ct-widget.ct-toolbox .ct-tool[data-tooltip]:before {
visibility: visible;
opacity: 1;
}
/*
Position tooltip above the element
https://github.com/BugHunter2k/grav-plugin-fred
*/
.ct-widget.ct-toolbox .ct-tool[data-tooltip]:before {
/* padding-top:30px !important; */
position: relative !important;
width: auto;
margin-left: -35px;
background-color: inherit;
line-height:1 !important;
color: inherit;
bottom: 0%;
top: 5px;
height: 32px;
position: relative;
text-align: center;
font-family: 'icon';
font-size: 16px;
}
/*
END
FREED & STARS fixed styles
*/