﻿


#PitchAllocationsHolder {
	margin-top: 20px;
}

.pitchAllocationsTable,
.fixturesTable {}

.pitchAllocationsTable th,
.pitchAllocationsTable td,
.fixturesTable th,
.fixturesTable td {
	padding: 2px 4px;
	border: solid 1px #dddddd;	
	border-bottom: solid 1px #dddddd;	
}
.pitchAllocationsTable th,
.fixturesTable th {
	background-color: #186E25;
	color: #dddddd;
}
.pitchAllocationsTable .alternateRow,
.fixturesTable .alternateRow {
	background-color: #fcfcfc;
}