.tooltipster-sidetip.tooltipster-skrebl-nonfluid .tooltipster-box
{
	border-radius: 8px;
	border: 3px solid #945b15;
	background-color: #613805;
	-webkit-box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 7px 1px rgba(0,0,0,0.75);
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid .tooltipster-content
{
	color: orange;
	font-size: 17px;
	line-height: 25px;
	padding: 5px 15px;
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-right .tooltipster-arrow
{
	left: 1px; /* fix thin line sometimes appearing between box and arrow */
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-bottom .tooltipster-arrow
{
	top: 1px; /* fix thin line sometimes appearing between box and arrow */
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-top .tooltipster-arrow
{
	bottom: 1px; /* fix thin line sometimes appearing between box and arrow */
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-right .tooltipster-arrow-border
{
	border-right-color: #945b15;
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-right .tooltipster-arrow-background
{
	border-right-color: #613805;
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-bottom .tooltipster-arrow-border
{
	border-bottom-color: #945b15;
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-bottom .tooltipster-arrow-background
{
	border-bottom-color: #613805;
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-top .tooltipster-arrow-border
{
	border-top-color: #945b15;
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-top .tooltipster-arrow-background
{
	border-top-color: #613805;
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-left .tooltipster-arrow-border
{
	border-left-color: #945b15;
}
.tooltipster-sidetip.tooltipster-skrebl-nonfluid.tooltipster-left .tooltipster-arrow-background
{
	border-left-color: #613805;
}