.tx-wb-events{

}

.tx-wb-events h3{
padding-left: 105px;
}

.tx-wb-events h3.hilite{

	background: rgba(0,133,156,0.7);
	border-radius: 8px;
	color:#fff;
	padding: 10px;
}


.tx-wb-events h3:first-child{
	margin-top:10px;
}

.tx-wb-events .event{
	display:table;
	width:100%;
    border-bottom: 1px dotted #00859C;
}

.tx-wb-events .event .time{
	display:table-cell;
	width:90px;
	font-size: 0.75rem;
}

.tx-wb-events .event .text{
	display:table-cell;
	padding:0 20px;
}

.tx-wb-events .event .text p:first-child{ margin-top:7px; }
.tx-wb-events .event .text p:last-child{ margin-bottom:7px; }

.tx-wb-events .event .location{
	display:table-cell;
	width:140px;
	font-size: 0.75rem;
}