.cExpander:hover { color:blue }
tr.strike td:before {
	content: " ";
	position: absolute;
	margin-top: 7px;
	left: 0;
	border-bottom: 1px solid #e0e0e0;
	width: 95%;
	}
tr.strike td:after {
//      content: "\\00b7";
	content: " ";
	font-size: 1px;
	}
tr.practice td {
	color: blue !important;
	}
.qualifier {
	display: inline;
	font-weight: bold;
	color: aqua;
	}
.goldMedal {
	display: inline;
	font-weight: bold;
	color: #ffd700;
	}
.silverMedal {
	display: inline;
	font-weight: bold;
	color: #c0c0c0;
	}
.bronzeMedal {
	display: inline;
	font-weight: bold;
	color: #cd7f32;
	}
.rollit {
	animation: rollit 5s ease-in-out infinite;
	}
@keyframes rollit {
	0% { color: red; }
	50% { color: blue; }
	}
.eventDetails {
	cursor: pointer;
	text-decoration: underline;
	}
.mediumBlue {
	color: mediumblue !important;
	}
.hashed {
	background-image: repeating-leanear-gradient(45deg, #FFF, #FFF 3px, transparent 2px, transparent 6px);
	}
