.calendar-custom-tooltip-theme {
    border-radius: 5px; 
    border: 1px solid #000;
    background: #fff url('../../images/design/strip_background.png') repeat;
    color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.calendar-custom-tooltip-theme .tooltipster-content {
    font-family: Arial;
    font-size: 11px;
    color: #858585;
    line-height: 13px;
    text-align: left;
    padding: 10px;
}

.calendar-custom-tooltip-theme .tooltipster-content>span:last-child {
    display: block;
    width: 170px;
}

.calendar-custom-tooltip-theme .tooltipster-content>span:last-child span {
    display: block;
    margin-top: 10px;
    margin-bottom: 7px;
    font-family: PtSansBold;
    font-size: 18px;
    color: #3c4650;
    line-height: 16px;
}

.default-custom-tooltip-theme {
	border-radius: 5px; 
	border: 1px solid #000;
	background: #fff url('../../images/design/strip_background.png') repeat;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.default-custom-tooltip-theme .tooltipster-content {
    font-family: Arial;
    font-size: 10px;
    color: #858585;
    line-height: 19px;
    text-align: left;
    padding: 10px;
}

.default-custom-tooltip-theme .tooltipster-content>span:last-child {
    display: block;
    width: 170px;
}

.default-custom-tooltip-theme .tooltipster-content>span:last-child span {
    display: block;
    font-family: PtSansBold;
    font-size: 11px;
    color: #3c4650;
}

.default-custom-tooltip-theme .tooltipster-content>span:last-child span img {
    vertical-align: middle;
    margin-right: 3px;
}

.tooltipster-arrow-border {
    display: none !important;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border: none;
    background: url('../../images/design/online_match_icons/bubble_top.png') no-repeat top center;
    height: 11px;
    top: -11px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border: none;
    background: url('../../images/design/online_match_icons/bubble_bottom.png') no-repeat top center;
    height: 11px;
    bottom: -11px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border: none;
    background: url('../../images/design/online_match_icons/bubble_right.png') no-repeat center right;
    height: 18px;
    width: 11px;
    margin-top: -18px;
    right: -11px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border: none;
    background: url('../../images/design/online_match_icons/bubble_left.png') no-repeat center left;
    height: 18px;
    width: 11px;
    margin-top: -18px;
    left: -11px;
}