#home-content .leftGrid{padding-right: 10px;}
#home-content .leftImg img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#home-content .centerImg img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
#home-content .noBullet{
	list-style-type: none;
	margin-left: 0;
}

/********** PUBLIC SHOWS **********/
#home-content .showBtn{
	width: 100%;
}
#home-content .showDates{
	border: 2px solid #EEE;
	padding: 5px 10px;
}
#home-content .showDates ul{
	list-style-type: none;
	margin-left: 0;
	text-align: center;
}
#home-content .showDates ul li:nth-of-type(odd){
	padding-top: 5px;
}
#home-content .showDates ul li:nth-of-type(even){
	border-bottom: 2px solid #EEE;
	padding-bottom: 5px;
}
#home-content .showDates ul li:last-of-type{
	border-bottom: none;
}
#home-content .showDates ul li span:first-of-type{
	color: #763775;
	font-weight: bold;
	text-decoration: underline;
}
#home-content .hideDesc{
	display: none;
}
#home-content .displayDesc{
	display: block;
	background-color: #763775;
	color: #FFF;
	font-weight: bold;
	margin: 5px 0;
	padding: 5px;
}
#home-content .showDetailsBtn{
	float: right;
	margin-left: 10px;
}

/********** NEWS **********/
#home-content .panelInfo span.panelTitle{
	background: rgba(118, 55, 117, .95);
}

@media only screen and (max-width:768px){
	#home-content .leftGrid{padding-right: 10px;}
}
