.event-item-main {
	float:left;
	padding:20px 2px 2px;
	background-color: #EBEBEB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 2px;
}
.event-material {
	float:left;
	width:100%;
}
.event-item-main:first-child {
	border-top:1px solid #e5e5e5;
}
.event-item-last {
	margin-bottom:40px;
}
.event-item-main p {
	margin:0.2em 0;
}
.event-item-main .event-arrow {
    bottom: 0;
    position: relative;
    right: 2px;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    width:21px;
    height:20px;
    background:url("~/media/Images/T/TownSquare-Media-IR/icons/plus.png") no-repeat left top transparent;
}
.event-arrow img {display:none;}

.event-arrow.selected {background:url("~/media/Images/T/TownSquare-Media-IR/icons/minus.png") no-repeat left top transparent;}

.event-content p {
	color: #404040;
    font-family: 'Whitney SSm A','Whitney SSm B','Helvetica Neue',Arial,Helvetica,Geneva,sans-serif;
    font-size: 1.6em;
    line-height: 24px;
    margin: 0 0 10px;
	
	}