.pointer{cursor:pointer;}
.meeting_head{
    width: 100%;
}
.meeting_head .date_first {
    display: inline-block;
    border-right: 2px solid #AED581;
}
.meeting_head .selected_date {
    display: inline-block;
    border-right: 2px solid #AED581;
}
.meeting_head .date_last {
    display: inline-block;
}
.meeting_head .date_content {
    text-align: center;
    margin-bottom: 60px;
    line-height: 26px;
}
.event-popup-content p span{font-weight:bold;}
.event-popup-content hr{border-color:#AED581; margin: 10px 0;}
.event-popup-content .accordion_head, .event-popup-content .head a{font-size: 13px;}
.event-popup-content p{line-height:20px; font-size: 11px;
    margin-bottom: 0px;}
.event-popup-content > div {
	margin-bottom: 7px;
}
.meeting_loader img{
	position: relative;
    top: 12%;
}
.meeting_loader{
    position: fixed;
    z-index: 100;
    opacity: 0.3;
    background-color: black;
    width: 100%;
	display:none;
	top:85px;
	left:0px;
}