/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background: #F5F5F5;
    color: #000;
    font-weight: 400;
    font-size: 12px;
	line-height: 17px;
    border: none;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    padding: 8px 16px;
}
.hidden{
	display: none;
}