.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px black;
	color: #2c2c2c;
    width: 600px;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
.tooltipster-shadow h1 {
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
}
.tooltipster-shadow h2 {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    background:#f3a036;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 25px 0 0 0;
    padding:6px 8px;
    clear: both;
    text-decoration: none;
    display: inline-block;
}
.tooltipster-shadow p {
    padding-top: 10px;
    font-size: 13px;
    line-height: 140%;
}
