﻿
	.twoColsPlayers
	{
		margin: 0;
		border: 0;
	}
	.twoColsPlayers .col1 
	{		
	    width:60%;
		left:0%;			
	}
	.twoColsPlayers .col2 
	{		
		width:40%;			
		left:0%;			
	}
	
	
	.threeColsPlayers
	{
		margin: 0px;
	}
	.threeColsPlayers .col1 
	{
		width:10%;			
		left:0%;			
	}
	.threeColsPlayers .col2 
	{
		width:80%;			
		left:0%;			
	}
	.threeColsPlayers .col3 
	{
		width:10%;			
		left:0%;			
	}
