﻿.twoColsPerformances .col1
{
	text-align: left;
	width: 24%;
	left: 0%;
}
.twoColsPerformances .col2
{
	text-align: left;
	width: 76%;
	left: 0%;
}
.twoColsAbout .col1 
{		
    width:50%;
	left:0%;			
}
.twoColsAbout .col2 
{		
	width:45%;			
	left:0%;			
}

