.tooltip-theme {
	font-family: "Open Sans";
	border-radius: 0x;
	pointer-events: auto;
	border: 1px solid #000;
	box-shadow:0 5px 10px rgba(0,0,0,0.4);
	width: 355px !important;
	background-color: #d7d9da;
	background-image: 
	-webkit-linear-gradient(#FFFFFF, #C5C5C5);
	background-image: linear-gradient(#FFFFFF, #C5C5C5);
	/*font-family: "Open Sans Semibold";*/
}
/* Use this next selector to style things like font-size and line-height: */
.tooltip-theme .tooltipster-content {
	font-size: 14px;
	line-height: 16px;
	padding:0;
}
.tooltip-theme .tooltipster-content h1, h2, h3, .event-date{
	font-family: "Open Sans";
	text-transform:uppercase;
	color:black;
}
.event-header{
	text-indent: 13px;
	font-size: 10px;
	/*font-style: italic;*/
	background: url(../img/event-type-bg.png) no-repeat;
	color:white;
	padding:2px;
}
.event-info{
	border-top:1px solid #fff;
}
.event-info {
    /*background-image: url(../img/calendar-icon.png);*/
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 40px 0 20px;
 }
.event-header a{
	text-indent: 0;
	float:right;
	border: 1px solid #414042;
	padding: 0 2px;
	font-size:10px;
	width:10px;
	text-align:center;
	margin: 0 2px;
	color: #414042;
	font-style: normal;
}
.event-body{
	padding:5px;
}
.tooltip-title, .event-info{
	padding: 10px 0;
	margin:0 8px;
}
.tooltip-title{
	font-weight: bold;
	font-size: 19px;
	border-bottom: 1px solid #c1c1c1;
}
.event-date, .event-location{
	font-weight:bold;
}
.event-location{
	font-family: "Open Sans";
	margin-top: 6px;
	font-weight:normal;
}
.event-description{
	font-family: "Open Sans";
	font-weight: bold;
	background:white;
	padding: 12px;
	border: #ccc solid 2px;
	/*font-family: Arial, sans-serif;*/
}
.event-footer{
	margin:15px 0
}
.register-button {
      margin: 0;
      /*background-color: #59266a;*/
      /*color: white;*/
      font-size: 0.75em;
      /*font-style: italic;*/
      font-family: "Open Sans";
      padding: 7px 30px;
      border-radius: 3px;
      }
.register-button:link {
    color: #59266A;
	text-decoration: none;
}

/* visited link */
.register-button:visited {
    color: #59266A;
	text-decoration: none;
}

/* mouse over link */
.register-button:hover {
    color: #59266A;
	text-decoration: underline;
}

/* selected link */
.register-button:active {
    color: #59266A;
	text-decoration: none;
}
 .fb-event-icon[href*="facebook"]{
 	float: right;
 	display: inline-block;
 	background: url(../img/fb.png);
 	height: 26px;
 	width: 26px;
 	background-size: cover;
 	margin-right: 5px;
 	margin-top: -5px;
 }
