h1 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #ecdb20;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #ecdb20;
	margin-bottom: 5px;
}

h3 {
	font-weight: normal;
	font-size: 1.1em;
	color: white;
	text-decoration: underline;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	color: white;
/* 	font-style: italic; */
}

.date {
	font-size: .9em;
	color: #eee;
	font-style: italic;
	margin: 0px 0px 0px 5px;
}

.list_date {
	font-style: italic;
}
.short_list_white, .short_list_grey {
	margin: 5px 0px 0px 0px;
	padding: 3px;
}

.short_list_white p, .short_list_grey p {
	margin: 0px 0px 0px 10px;
	font-size: .9em;
}

.short_list_grey {
	background-color: #e1112b;
}

th {
	border-bottom: 1px solid #ecdb20;
	vertical-align: top;
}

td {
	vertical-align: top;
}

.match_desc th {
	border: 0px;
	text-align: right;
}

hr {
	border: none 0;
	border-top: 1px solid #ecdb20;/*the border*/
/* 	width: 50%; */
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}