﻿.table{
	width: 100%;
}

.odd td{
	color: rgb(255, 255, 255);
	background-color: #626262
}

tr{
	font-size: 16px;
}

.tr-state-0 .td-state {
  color: hsl(76, 81%, 47%) !important;
}

.tr-state-1 .td-state {
	color: hsl(120, 100%, 40%);
}

.tr-state-2 .td-state {
	color: hsl(120, 100%, 40%);
}

.tr-state-3 .td-state {
	color: hsl(273, 32%, 51%);
}

.tr-state-4 .td-state {
	color: hsl(239, 58%, 21%);
}

#containerplayer{
	float: left;
}

#containergroup{
	float: right;
}