#playerTable {
	width: 870px;
	background-color:#dde1e2;
}



.playerButtons {
 height: 50px;
 width: 150px;
 background-color:#c7d6ed;
 vertical-align:middle;
 text-align:left;
}

.playerButtonsSelected, .playerButtons:hover {
	background-color:#fbc04f;
}

.playerContent {
	width: 720px;
	height: 200px; 
}


