.results tr {
	height: 28px;
}

.td-expand {
	width: 8%;
}

.td-s-date {
	width: 21%;
}

.td-s-opp, .td-t-date {
	width: 26%;
}

.td-t-opp {
	width: 31%;
}

.td-s-result, .td-t-result, .td-t-blank {
	width: 10%;
}

.td-s-wdl, .td-t-tdl {
	width: 15%;
}

.td-s-comp {
	width: 20%;
}

.result {
	cursor: pointer;
}

.result-expand {
	font-size: large;
}

.result-dtls-row {
	display: none;
}

.result-dtls-row > td {
	padding: 5px 0px;
}

.result-dtls {
	width: 100%;
	border-collapse: collapse;
}

.result-dtls tr {
	border: none;
	background: none !important;
	font-size: 90%;
}

.td-scorers, .td-motm, .td-booked, .td-report {
	width: 25%;
}

.td-scorers-nomotm, .td-booked-nomotm, .td-report-nomotm {
	width: 33%;
}

.result-icon {
	width: 12px;
	height: 12px;
}

.reportlink {
	cursor: pointer;
	text-decoration: underline;
}

.reportlink:hover {
	color: #CCC;
}

.ui-dialog-content .reporttitle {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}