/* Very Simple Event List */
#vsel {clear:both; float:left; width:100%; margin:0 auto 2px;}
#vsel p {margin:0 auto -5px;}
#vsel .vsel-content {width:100%; clear:both; float:left; display:block; margin:0 0 10px; padding:0px; border-bottom:0px solid #ccc;}
#vsel .vsel-meta { width:100%; float:left;}
#vsel .vsel-meta-title { font-size: 1.2em; line-height: 0.0; }
#vsel .vsel-meta-date { width: 100%; float:left; font-size: 1.2em; margin:0 0 -0.2em 0; border-top: 1px solid #000000; }
#vsel .vsel-meta-time {}
#vsel .vsel-meta-location {}
#vsel .vsel-meta-link {}
#vsel .vsel-image-info { width:100%; float:left;}
#vsel .vsel-image {width:0%; height:auto; float:right; margin:0.3em 0 0.3em 1em; padding:0; border:0;}
#vsel .vsel-info { width: 100%; float:left; margin:0em 0 0 0; line-height: 1.2em; }
#vsel .vsel-nav {width:100%; clear:both; float:left;}
#vsel a.next {float:right;}
#vsel a.prev {float:left;}

.accordion {
	cursor:pointer;
}

div.panel {
    display: none;
}

/* Widget */
.vsel_widget {}
.vsel_widget:after {content:''; display:block; height:0; clear:both;}
.vsel_widget .vsel-widget-text {width:100%; float:left; margin:0 0 10px; padding:0 0 5px; border-bottom: 1px solid #ccc;}
.vsel_widget .vsel-widget-link {width:100%; float:left;}
.vsel_widget #vsel .vsel-meta {width:100%; float:left;}
.vsel_widget #vsel .vsel-image-info {width:100%; float:left;}
.vsel_widget #vsel .vsel-image {width:100%; float:left; margin:0 0 0.5em 0;}
.vsel_widget #vsel .vsel-info {width:100%; float:left;}
.vsel_widget #vsel .vsel-hide {display:none;}


/* Mobile */
@media screen and (max-width:767px) { 
	#vsel .vsel-meta {width:100%;}
	#vsel .vsel-image-info {width:100%; float:left;}
	#vsel .vsel-image {width:100%; float:left; margin:0.3em 0 0.3em 0;}
	#vsel .vsel-info {width:100%; float:left;}
}
