﻿.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
    /*background: grey;
	border: 3px solid red;
	border-radius: 6px;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*/
    background-color: #f9ffed;
    color: #000023;
    /*border: 1px solid #000023;*/
    font: normal 11px arial, sans-serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
	/*color: blue;*/
	padding: 0px 3px;
    text-align: center;
    vertical-align: middle;
    color: #666;
}

/*.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border: 0px solid transparent;
/*border-left: 20px solid transparent !important;
border-right: 20px solid transparent !important;
border-bottom: 20px solid;
top: -19px;*//* // this is usefull to make the arrow come out of the square tooltip
}*/

/*.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-arrow {
	display: none;
}*/

/*.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-arrow-background {
	border: 0px solid transparent;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-arrow-border {
	border: 0px solid transparent;
}*/