@media only screen and (max-width : 767px) { 

#center {
	margin-top: 60px;
}

.intro {
	margin-top: 5px;
}

.intro h2{
	font-size: 18px;
}

.showRow .date {
	font-size: 14px;
}

.showRow p{
	font-size: 13px;
}

.col, .col2{
	float: left;
	margin-bottom: 15px;
width: 100%;
}

.col2.long {
	width: 100%;
}

.ticketLink {
    float: left;
/*    border: 1px solid #aaa;
    padding: 10px 5% 10px 5%;
    width: 90%;
    text-align: center;*/
}

}