.match {
	margin-top: 103px;
}

.match .blockerDiv {
	width: 100%;
	height: 100px;
	background-color: white;
	position: fixed;
	top: 0;
	z-index: 1028;
}

.match .heading h2 {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
}

.match .heading label {
	margin: 0;
}

.match .heading {
	width: 100%;
	border: 1px solid grey;
	border-radius: 10px;
	padding: 10px 5px 10px 10px;
	top: 70px;
	position: fixed;
	z-index: 1029;
	height: auto;
	text-align: center;
	background-color: lavender;
	border: 1px solid grey;
}

.match .matchTable {
	width: 100%;
	height: 100%;
	padding: 10px 5px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.match .matchTable > div {
	cursor: pointer;
}

.match .matchTable .row {
	margin: 5px;
}

.match .matchTable .odd {
	background-color: lavender;
	border-radius: 5px;
}

.match .matchTable label {
	cursor: pointer;
	text-align: left;
}

.match .heading label {
	text-align: left;
	cursor: pointer;
}

.match .heading label:nth-of-type(1) {
	width: 10%;	
}

.match .heading label:nth-of-type(2) {
	width: 30%;
}

.match .heading label:nth-of-type(3) {
	text-align: center;
	width: 8%;
}

.match .heading label:nth-of-type(4) {
	text-align: center;
	width: 12%;
}
.match .heading label:nth-of-type(5) {
	text-align: right;
	width: 8%;
}
.match .heading label:nth-of-type(6) {
	text-align: right;
	width: 25%;
}

.match .matchTable .row label:nth-of-type(1) {
	width: 10%;
}

.match .matchTable .row label:nth-of-type(2) {
	width: 30%;
}

.match .matchTable .row label:nth-of-type(3) {
	text-align: center;
	width: 8%;
}

.match .matchTable .row label:nth-of-type(4) {
	
	text-align: center;
	width: 12%;
}
.match .matchTable .row label:nth-of-type(5) {
	text-align: right;
	width: 8%;
}
.match .matchTable .row label:nth-of-type(6) {
	text-align: right;
	width: 25%;
}

@media  screen and ( min-width : 768px) {
	.match {
		margin-top: 120px;
	}
	.match .heading {
		width: 730px;
		top: 90px;
	}
}


@media  screen and ( min-width : 992px) {
	.match .heading {
		width: 940px;
	}
}



@media screen and ( min-width : 1200px) {
	.match .heading {
		width: 1140px;
	}
}
