body {
	background-image: url('../images/sand_texture447.jpg');
}
.hint {
	font-style: oblique;
	font-size: 75%;
}
#nav .profile-link a {
	border-top: #622 solid 2px;
	background-color: none;
	background-image: url('../images/popup_icon.png');
	background-position: right center;
	background-size: auto 80%;
	background-repeat: no-repeat;
	padding-right: 1.25em;
}
#event {
	max-width: 30em;
}
#event h1 {
	font-size: 1.5em;
	padding: 0.5em 0;
	margin: 0;
}
#profile {
	
}
ul.contest-list li {
	padding: 0 0 1em 0;
}
.contest-date {
	font-weight: bold;
	color: #125;
}
.contest-details {
	padding: 0 1em;
}
#filters a.active {
	text-decoration: underline;
}
#contest-reg-status {
	color: #262;
	font-weight: bold;
}
#profile img {
	float: left;
	padding-right: 1em;
}
#profile ul {
	float: right;
}
#event .inner,
#profile .inner {
	padding-top: 0.5em;
	padding-right: 1em;
}
.detail-footer {
	clear: both;
}
table.results {
/*	border: 1px solid #000;*/
	margin-bottom: 1em;
	width: 100%;
}
table.results tr:first-child td {
	text-align: center;
	background-color: rgba(255,255,255,0.8);
}
table.results tr td:first-child {
	font-size: 100%;
	background-color: rgba(255,255,255,0.5);
}
table.results tr td.best {
	background-color: rgba(0,255,0,0.25);
}
table.results tr td:last-child {
	font-size: 100%;
}
table.results tr td {
	vertical-align: top;
	text-align: left;
	border: #873 solid 1px;
	padding: 0.5em 0.25em;
	font-size: 80%;
}
table.results tr td span {
		
}
table.results tr td span.pts {
	display: block;
	font-weight: bold;
}
table.results tr td.division {
	background-color: #FFF;
	font-weight: bold;
	font-size: 105%;
	font-style: oblique;
	text-align: center;
}
table.results tr td.weight_class_winner {
	background-color: #FFA;
}
table.results tr td.weight_class_winner:after {
  content: "*";
}