/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2025 | 08:24:26 */
#tooltipActivator
{
	position:relative !important;
	cursor:pointer !important;
	text-decoration:underline !important;
}

#tooltipContent
{
	position:absolute !important;
	padding:15px !important;
	background-color:#fff !important;
    color:#000000 !important;
	text-align:left !important;
	font-size:12px !important;
	line-height:18px !important;
	width:240px !important;
	top:-90px !important;
	left:-95px !important;
	display:none;
}

#tooltipContent a
{
	color:#A53A3A !important;
}

#tooltipClose
{
	float:right !important;
	margin-top:-15px !important;
	margin-right:-10px !important;
	font-size:18px !important;
	line-height:18px !important;
	font-weight:600 !important;
	color:#A53A3A !important;
	display:none !important;
}

@media screen and (max-width:767px)
{
	#tooltipContent
	{
		left:0 !important;
	}
}