.today {
	/*border:2px solid purple;
	border-width:0 2px 0 0  ;
	*/
	background:#efefef;

}

.event {
	margin:1.2ex 0;
	display: block;
	width: 90%;
	overflow:hidden;
	text-overflow:ellipsis;
	clear: both;

}

.event-date {
	float:left;
	width:auto;
	max-width:20%;
	min-width: 2.2em;
	margin-right:.5em;
	font-size:24px;
}

.cal-icon {
	text-align: center;
	background: #ccc;
	padding:.5ex .5em;
}

.month {
	font-weight:900;
	text-transform: uppercase;
	font-size:50%;
}

.day {
	font-weight:300;
	line-height: 24px;
}


.event-detail {
	float:left;
	width:auto;
	max-width: 70%;
	font-size: 1em;
	line-height: 2ex;
	padding:0;
}

.event-detail a {
	line-height:auto;
}

p.event-category {
  color:#707070;
  text-transform:uppercase;
  font-size:11px;
  margin:0;
}


@media screen and (min-width:769px) and (max-width:920px) {
	.event-date {
		font-size:20px !important;
	}
}