﻿/* Column */
	
.twoColsPerformances .col1
{
	text-align: left;
	width: 24%;
	left: 0%;
	top: 2px;
}
.twoColsPerformances .col2
{
	text-align: left;
	width: 76%;
	left: 0%;
}

