.canceledMatchesView
{
	padding: 0px;
	margin: 0px;
	background: #f8f8f8;
	border-bottom: 5px solid #074d7e;
	margin-bottom: 20px;
}

.canceledMatchesView fieldset
{
	width: 96%;
	border-radius: 0px;
  padding: 20px 20px;
	margin-top: 10px;
}

.canceledMatchesView legend
{
	border-bottom:0px;
	color: #020202;
	font-size: 18px;
	margin-top:20px;
  font-family: 'Poppins', sans-serif;
}

tr.canceledMatchesTableDateRow td
{
	font-weight: bold;
}

tr.canceledMatchesTableHeader td
{
	background: #F0F0F0;
	color: #64B4FF;
	white-space: nowrap;
}

table.canceledMatchesTable td
{
	border-bottom: 1px dotted #333333;
}

table.canceledMatchesTable tr.odd
{
	background: #dadcdd;
}

.clr
{
	clear: both;
}
