table.scores-records {
	border-style: none;
}

table.scores-records thead tr th {
	padding: 2px;
	line-height: 20px;
	border-style: none;
}

/* Headers */

table.scores-records thead tr th.diver {
	width: 180px;
	text-align: left;
}

table.scores-records thead tr th.narrow-diver {
	width: 120px;
	text-align: left;
}

table.scores-records thead tr th.score {
	width: 50px;
	text-align: right;
}

table.scores-records thead tr th.points {
	width: 50px;
	text-align: center;
}

table.scores-records thead tr th.summary {
	width: 80px;
	text-align: center;
}

table.scores-records thead tr th.species {
	width: 200px;
	text-align: left;
}

table.scores-records thead tr th.weight {
	width: 80px;
	text-align: right;
}

table.scores-records thead tr th.wide-weight {
	width: 120px;
	text-align: right;
}

table.scores-records thead tr th.narrow-weight {
	width: 50px;
	text-align: right;
}

table.scores-records thead tr th.year {
	width: 80px;
	text-align: right;
}

table.scores-records thead tr th.location {
	width: 120px;
	text-align: left;
}

/* Body */

table.scores-records tbody tr td {
	padding: 2px;
	line-height: 20px;
	border-style: none;
}

table.scores-records tbody tr td {
	text-align: right;
}

table.scores-records tbody tr td:first-child {
	text-align: left;
	color: #ffffff;
}

table.scores-records thead tr th.location {
	width: 120px;
	text-align: left;
}

/* Competition Scores */

table.competition-scores tbody tr td:first-child + td + td + td + td + td + td + td + td + td + td + td + td + td {
	color: #ffffff;
}

/* Al Schuck */

table.al-schuck tbody tr td {
	text-align: center;
}

/* Medallions */
/* diver */
table.medallions tbody tr td:first-child + td {
	text-align: left;
}

/* weight */
table.medallions tbody tr td:first-child + td + td {
	text-align: right;
	padding-right: 10px;
}

/* location */
table.medallions tbody tr td:first-child + td + td + td {
	text-align: left;
}

/* Steve Redding */

/* Largest Fish */
/* scientific name */
table.largest-fish tbody tr td:first-child + td {
	text-align: left;
}

/* diver */
table.largest-fish tbody tr td:first-child + td + td + td + td {
	text-align: left;
}

/* location */
table.largest-fish tbody tr td:first-child + td + td + td + td + td + td {
	text-align: left;
}



/* EVENTS */
.tribe-events-meta-group-body h3 {
  text-transform: uppercase;
  letter-spacing: .7px;
  margin-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #FFF;
  font-size: 18px;
  line-height: .9;
	margin-top: 20px;
}