/* CSS Document */

/* Editable Styles */
/* First 3 Shooters */
.first {
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	background-color: #95c11f;
	white-space: nowrap;
	
}

.position-inner.first	{
	background: #95c11f !important;
	color: #000000;
	margin: 0px 2% 0px 0px;
	font-weight: bold;
	padding: 2px !important;
	border-radius: 1px;
	width: 22px !important;
	text-align: center;
	border-bottom: 0px !important; 
	white-space: nowrap;
}

/* Position Style */
td.shooter-position-first {
	background-color: #95c11f;
}
/* Shooter Name */
.shooter-name-first {
	font-weight: bold;
}
/* Shooter Details */
.shooter-details {
	border-top: 2px dotted #ddd;
	padding-top: 5px;
	margin-top: 5px;
	font-weight: normal;
}
.totalscore-shooter-first {
	font-weight: bold;
	text-align: right;
}
/* Rest of Shooters */
.shooter-name {
	font-weight: bold;
}
.shooter-details {
	border-top: 2px dotted #ddd;
	padding-top: 5px;
	margin-top: 5px;
	font-weight: normal;
}
.totalscore-shooter {
	font-weight: bold;
	text-align: right;
}
/* Misc */
.list-titles {
	border-top: 1px dotted #DDD;
	text-align: center;
	font-size: 1.1em;
	padding: 5px 0px 0px 0px;
	margin-top: 12px;
	margin-bottom: 5px;
	line-height: 1.7em;
}

.list-titles p {
	padding: 2px !important; 
	margin: 2px !important; 
}

.list-titles strong {
	font-size: 1.4em;
}

tr.group, tr.group:hover {
	background-color: #ddd !important;
	font-weight: bold;
	padding: 22px;
}
/* Row highlighting */
#results tbody tr.even:hover, #results tbody tr.even td.highlighted {
	background-color: #95c11f !importants;
	color: #ffffff;
}
#results tbody tr.odd:hover, #results tbody tr.odd td.highlighted {
	background-color: #95c11f !important;
	background-image: none !important; 
	color: #ffffff;
}
#results tbody tr.even:hover, #results tbody tr.even td.highlighted {
	background-color: #95c11f !important;
	color: #ffffff;
}
#results tbody tr.odd:hover, #results tbody tr.odd td.highlighted {
	background-color: #95c11f !important;
	color: #ffffff;
}