@charset "UTF-8";
/* CSS Document */

/*CSS RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: middle;
}
/*End RESET - Begin Full Width CSS*/

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: verdana;
  font-size: 10pt;
}

H1 {
  font-family: verdana;
  font-size: 16pt;
  text-align: center;
}

H2 {
  font-family: verdana;
  font-size: 14pt;
  text-align: center;
}
H3 {
  font-family: verdana;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}
P {
  font-family: verdana;
  font-size: 12pt;
}
P1 {
  font-family: verdana;
  font-size: 10pt;
}
hr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 4px;
  background-color: #ffffff;
  color: #ffffff;
  border: 0 none;
}

.event {
  max-width: 1200px;
  padding: 10px;
  text-align: center;
  background: #9c0606;
  color: white;
  font-size: 10px;
}

.eventpic img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#map {
  width: 500px;
  height: 400px;
}

#header {
  font-family: verdana;
  padding: 0em;
  background-image: url("../images/wacheaderps1000x200.bmp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9c0606;
  height: 200px;
}
#myheader {
  background-color: #9c0606;
  margin: 0 0 0 0;
  height: 200px;
  width: 100%;
}

#wrapper {
  font-family: verdana;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 0px;
  background-color: #fff;
  clear: both;
}

#wrapper H3 {
  font-family: verdana;
  font-weight: bold;
  font-size: 12pt;
}
#wrapper p {
  font-family: verdana;
  font-size: 10pt;
}

#wrapper p1 {
  background-color: #9c0606;
  font-family: verdana;
  font-size: 10pt;
}

#wrapper tr.decoration img {
  display: block;
}

#mybody {
  font-family: verdana;
  font-size: 20px;
  font-weight: bold;
  width: 1000px;
}

#navbar {
  padding: 0px;
  min-width: 100%;

  height: 34px;
  margin: 0px;
  float: left;
  background-image: url("../images/navbar.jpg");
}
#section {
  margin: 0 auto;
  font-family: verdana;
  font-size: 15pt;
  font-weight: bold;
  /* width: 1200px; */
}

ul.dropdown {
  font-family: verdana;
  min-width: 100%;
  height: 34px;
  background-image: url("../images/navbar.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px;
  padding: 0px;
  font-family: verdana;
  float: left;
}

ul.dropdown li {
  font-family: verdana;
  font-size: 10pt;

  border-right-width: 8px;
  border-right-style: solid;
  border-right-color: #9c0606;
  float: left;
  line-height: 34px;
}

ul.dropdown li a {
  font-family: verdana;
  display: block;
  padding: 0px 30px;
  text-transform: capitalize;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

ul.dropdown ul li a {
  font-family: verdana;
  padding: 0px 0px 0px 20px;
  width: 240px;
  background-color: #0f0f83;
}

ul.dropdown ul li a:hover {
  background-color: #9c0606;
  color: #ffffff;
}

ul.dropdown a.open {
  color: #ffffff;
}

ul.dropdown ul li {
  background-color: transparent;
}

ul.dropdown li:hover {
  background-color: #9c0606;
}

ul.dropdown ul li:hover {
  background-color: #9c0606;
  color: #fff;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
  z-index: 2;
  cursor: default;
}

ul.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #9c0606;
}

ul.dropdown ul li {
  float: none;
}

ul.dropdown li:hover > ul {
  visibility: visible;
}

ul.menueventpages {
  font-family: verdana;
  /* max-width: 1200px; */
  width: 100%;
  height: 34px;
  background-image: url("../images/pagesnavbar.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #9c0606;
  margin: 0px;
  padding: 0px;
  float: left;
}

ul.menueventpages li {
  font-family: verdana;
  font-size: 10pt;
  border-right-width: 8px;
  border-right-style: solid;
  border-right-color: #9c0606;
  float: left;
  line-height: 34px;
}

ul.menueventpages li a {
  font-family: verdana;
  display: inline-block;
  padding: 0px 20px;
  text-transform: capitalize;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

ul.menueventpages li:hover {
  background-color: #0f0f83;
}

ul.menueventpages,
ul.menueventpages li,
ul.menueventpages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 34px;
}

ul.menueventpages li.hover,
ul.menueventpages li:hover {
  position: relative;
  cursor: default;
}

ul.menueventpages ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #9c0606;
}

.clubscarlet {
  color: #9c0606;
  font-weight: bold;
}
.cent {
  text-align: center;
  margin: auto;
}
.myright {
  text-align: right;
}
.myleft {
  text-align: left;
}
.video {
  text-align: center;
}
.report {
  text-align: left;
  font-size: 1.1rem;
}
.myindexhead {
  text-align: center;
  color: #9c0606;
}
.myindexpage {
  color: #9c0606;
}
.mylightblue {
  height: 34px;
  background-color: #6cf;
}

.badge img {
  width: 40px;
  height: 40px;
}

.vest img {
  /* width: 40px; */
  height: 35px;
}

/**********************/
/* TEAM RESULTS TABLE */
/**********************/

table#raceresults {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  max-width: 1200px;
}

table#raceresults th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}

table#raceresults th.Club,
th.Name {
  width: 20%;
  text-align: left;
}
table#raceresults th.Time {
  width: 12%;
}

table#raceresults td.Position,
td.Name {
  border-bottom: 1px solid black;
}
table#raceresults td.Position,
td.Racetime,
td.Chiptime,
td.Chipposition,
td.Agecategory,
td.Agecategoryposition,
td.Gender,
td.Genderposition,
td.Racenumber {
  text-align: center;
  border-bottom: 1px solid black;
}
table#raceresults td.title {
  background-color: #9c0606;
  color: white;
  text-align: center;
  font-family: verdana;
  font-weight: bold;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 10px;
}
table#raceresults td.story {
  text-align: left;
  font-family: verdana;
  font-size: 10pt;
  padding-top: 20px;
  padding-bottom: 20px;
}

table#raceresults td {
  border-bottom: 1px solid black;
}

table#raceresults tr:hover {
  background-color: #ddd;
}

/**********************/
/* TEAM RESULTS TABLE */
/**********************/
table#teamresults {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#teamresults th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
  text-align: center;
}
table#teamresults th.Clubbadge {
  width: 5%;
}
table#teamresults th.Club {
  width: 25%;
  text-align: left;
}
table#teamresults th.P1,
th.P2,
th.P3,
th.P4,
th.P5,
th.P6,
th.P7,
th.P8,
th.P9,
th.P10 {
  width: 5%;
  text-align: center;
}
table#teamresults td.Club {
  text-align: left;
  vertical-align: middle;
}
table#teamresults td.Team {
  text-align: left;
  vertical-align: middle;
}
table#teamresults td.P1,
td.P2,
td.P3,
td.P4,
td.P5,
td.P6,
td.P7,
td.P8,
td.P9,
td.P10 {
  text-align: center;
  vertical-align: middle;
}

table#teamresults tr:hover {
  background-color: #ddd;
}

table#teamresults td {
  border-bottom: 1px solid black;
  vertical-align: middle;
}
table#teamresults td.P1,
td.P2,
td.P3,
td.P4,
td.P5,
td.P6,
td.P7,
td.P8,
td.P9,
td.P10,
td.P11,
td.P12 {
  width: 6%;
  text-align: right;
}
table#teamresults th.teamresultsheader {
  text-align: center;
  color: black;
  background-color: #ccffff;
  font-family: verdana;
  font-size: 14pt;
}
/*******************/
/* OPEN RACE TABLE */
/*******************/

table#otherresults {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#otherresults th {
  background-color: #9c0606;
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid black;
}

table#otherresults th.Name {
  width: 20%;
  text-align: left;
}
table#otherresults th.Time {
  width: 16%;
}

table#otherresults td.Position,
td.Name {
  border-bottom: 1px solid black;
}
table#otherresults td.Position,
td.Racetime,
td.Chiptime,
td.Chipposition,
td.Agecategory,
td.Agecategoryposition,
td.Gender,
td.Genderposition,
td.Racenumber {
  text-align: center;
  border-bottom: 1px solid black;
}
table#otherresults td.title {
  background-color: #9c0606;
  color: white;
  text-align: center;
  font-family: verdana;
  font-weight: bold;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 10px;
}
table#otherresults td.story {
  text-align: left;
  font-family: verdana;
  font-size: 10pt;
  padding-top: 20px;
  padding-bottom: 20px;
}

table#otherresults td.noborder {
  border-bottom: 1px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
}
table#otherresults td {
  border-bottom: 1px solid black;
}

table#otherresults tr:hover {
  background-color: #ddd;
}
/*******************/
/* OPEN RACE TABLE */
/*******************/

table#openresults {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  width: 100%;
}

table#openresults th {
  background-color: #b4b5b1;
  color: #fff;
  /* padding: 20px, 10px, 0px, 20px; */
  line-height: 34px;
  border-bottom: 1px solid black;
}

table#openresults th.OpenPosition,
th.OpenChipPosition,
th.OpenBib,
th.OpenGender,
th.OpenAC {
  width: 12%;
  text-align: center;
}

table#openresults th.OpenName {
  width: 30%;
  text-align: left;
}

table#openresults th.OpenChipTime {
  padding-right: 10px;
  padding-left: 10px;
}

table#openresults td.OpenName {
  /* width: 30%; */
  text-align: left;
  padding-left: 10px;
}

table#openresults td.OpenPosition,
td.OpenChipPosition,
td.OpenChipTime,
td.OpenRaceTime,
td.OpenName {
  border-bottom: 2px solid #9c0606;
  font-weight: 600;
  font-size: larger;
  /* width: 12%; */
}

table#openresults td.OpenCategoryPosition {
  border-bottom: 2px solid #9c0606;
}
table#openresults td.OpenChipTime {
  padding-right: 10px;
  padding-left: 10px;
}
table#openresults td.OpenBib {
  line-height: 6px;
  /* padding-bottom: 8px; */
  font-size: 4px;
  border-right: 2px solid #9c0606;
  border-left: 2px solid #9c0606;
  border-bottom: 2px solid #9c0606;
}
table#openresults td.OpenRaceNumber {
  font-size: large;
  font-weight: bold;
  border-right: 2px solid #9c0606;
  border-left: 2px solid #9c0606;
  border-bottom: 2px solid #9c0606;
}

table#openresults td.OpenName {
  text-align: left;
  border-bottom: 2px solid #9c0606;
}

table#openresults td.OpenGender,
td.OpenAgeCategory {
  font-weight: bold;
}
table#openresults td.OpenPosition,
td.OpenChipTime,
td.OpenRaceTime,
td.OpenChipPosition,
td.OpenAgeCategoryPosition,
td.OpenGenderPosition,
td.OpenRaceNumber {
  text-align: center;
  border-bottom: 2px solid #9c0606;
}
table#openresults td.OpenChipTime,
td.OpenRaceTime {
  /* text-align: center; */
  /* color: darkgray; */
  font-weight: 700;
  border-bottom: 2px solid #9c0606;
}

table#openresults tbody.mybody:hover td {
  background-color: #b4b5b1;
}

/******************/
/* FIXTURES TABLE */
/******************/

table#fixtures {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#fixtures th {
  background-color: #9c0606;
  color: white;
  padding: 10px 0px;
}
table#fixtures th.Eventname {
  width: 15%;
  text-align: left;
}
table#fixtures th.Comments,
th.Club {
  width: 10%;
  text-align: left;
}
table#fixtures th.Location {
  width: 15%;
  text-align: left;
}
table#fixtures th.Results {
  width: 7%;
  text-align: left;
}
table#fixtures th.Day {
  width: 5%;
  text-align: left;
}
table#fixtures th.Date,
td.Date {
  width: 15%;
  text-align: left;
  padding-left: 10px;
}
table#fixtures th.Category,
td.Category {
  width: 11%;
  text-align: center;
}
table#fixtures th.Time {
  width: 7%;
}

table#fixtures td.Results,
td.Standings {
  text-align: center;
}
table#fixtures td.Time {
  text-align: center;
}

table#fixtures tr:hover {
  background-color: #ddd;
}

table#fixtures td {
  border-bottom: 1px solid black;
}
table#fixtures th.fixturesheader {
  background-color: #9c0606;
  font-family: verdana;
  font-size: 14pt;
}

table#xmasfixtures {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#xmasfixtures th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}
table#xmasfixtures th.Eventname {
  width: 15%;
  text-align: left;
}
table#xmasfixtures th.Comments,
th.Club {
  width: 10%;
  text-align: left;
}
table#xmasfixtures th.Location {
  width: 15%;
  text-align: left;
}
table#xmasfixtures th.Results {
  width: 7%;
  text-align: left;
}
table#xmasfixtures th.Day {
  width: 5%;
  text-align: left;
}
table#xmasfixtures th.Date {
  width: 15%;
  text-align: left;
}
table#xmasfixtures th.Category {
  width: 11%;
  text-align: left;
}
table#xmasfixtures th.Time {
  width: 7%;
}

table#xmasfixtures td.Results,
td.Standings {
  text-align: center;
}
table#xmasfixtures td.Time {
  text-align: center;
}

table#xmasfixtures tr:hover {
  background-color: #ddd;
}

table#xmasfixtures td {
  border-bottom: 1px solid black;
}
table#xmasfixtures th.xmasfixturesheader {
  background-color: #9c0606;
  font-family: verdana;
  font-size: 14pt;
}

table#teamstandings {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#teamstandings th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}
table#teamstandings th.Total {
  width: 4%;
  text-align: center;
}
table#teamstandings th.Position {
  width: 3%;
  text-align: left;
}
table#teamstandings th.Clubbadge {
  width: 5%;
  text-align: left;
}
table#teamstandings th.Club {
  width: 25%;
  text-align: left;
}
table#teamstandings th.Race {
  width: 9%;
  text-align: center;
}
table#teamstandings th.Team {
  width: 3%;
  text-align: center;
}
table#teamstandings td.Club {
  text-align: left;
  vertical-align: middle;
}
table#teamstandings td.Time {
  text-align: center;
}
table#teamstandings td.Total {
  text-align: center;
  vertical-align: middle;
}
table#teamstandings td.Race,
td.Position,
td.Team {
  text-align: center;
  vertical-align: middle;
}

table#teamstandings tr:hover {
  background-color: #ddd;
}

table#teamstandings td {
  border-bottom: 1px solid black;
}
table#teamstandings th.teamstandingsheader {
  color: black;
  background-color: #fff;
  font-family: verdana;
  font-size: 14pt;
}

table#indstandings {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#indstandings th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}
table#indstandings th.Total {
  width: 4%;
  text-align: center;
}
table#indstandings th.Position {
  width: 4%;
  text-align: center;
}
table#indstandings th.Club {
  width: 17%;
  text-align: left;
}
table#indstandings th.Name {
  width: 14%;
  text-align: left;
}
table#indstandings th.Race {
  width: 7%;
  text-align: left;
}

table#indstandings td.Race {
  text-align: center;
}
table#indstandings td.Total {
  text-align: right;
}

table#indstandings tr:hover {
  background-color: #ddd;
}

table#indstandings td {
  border-bottom: 1px solid black;
}
table#indstandings th.indstandingsheader {
  color: black;
  background-color: #fff;
  font-family: verdana;
  font-size: 14pt;
}

table#runnerresults {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#runnerresults th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}

table#runnerresults th.Eventname {
  width: 25%;
  text-align: left;
}
table#runnerresults th.Location {
  width: 10%;
  text-align: left;
}
table#runnerresults th.Position {
  width: 8%;
  text-align: right;
}
table#runnerresults th.Date {
  width: 8%;
  text-align: left;
}
table#runnerresults th.Club {
  width: 5%;
  text-align: left;
}
table#runnerresults th.Category {
  width: 5%;
  text-align: center;
}
table#runnerresults th.Miles,
th.KM {
  width: 5%;
  text-align: center;
}
table#runnerresults th.Categoryposition,
th.Genderposition {
  width: 5%;
  text-align: center;
}
table#runnerresults th.Racetime,
th.Chiptime {
  width: 8%;
  text-align: center;
}
table#runnerresults th.Racenumber {
  width: 5%;
  text-align: left;
}

table#runnerresults th.Time {
  width: 7%;
}

table#runnerresults td.Racetime,
td.Genderposition,
td.Position,
td.Categoryposition,
td.Racenumber,
td.Category {
  text-align: center;
}

table#runnerresults tr:hover {
  background-color: #ddd;
}

table#runnerresults td {
  border-bottom: 1px solid black;
}
table#runnerresults th.runnerresultsheader {
  color: black;
  background-color: #fff;
  font-family: verdana;
  font-size: 14pt;
}

table#xmas {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#xmas th {
  padding: 0.2rem;
  text-align: center;
  background-color: #b4b5b1;
  border-bottom: 1px solid black;
  /* line-height: 34px; */
}

table#xmas th.Position {
  width: 20%;
  text-align: left;
}
table#xmas th.Name {
  width: 25%;
  text-align: left;
}
table#xmas th.Time {
  width: 15%;
}
table#xmas th.HandicapCategory {
  width: 12%;
}
table#xmas td.HandicapName {
  font-weight: 600;
  font-size: 0.9rem;
  text-align: left;
}
table#xmas td.HandicapClubPosition,
td.HandicapRaceTime,
td.HandicapHandicapTime,
td.HandicapNetTime,
td.HandicapGender,
td.HandicapAgeCategory,
td.HandicapAgeCategoryPosition {
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
}

table#xmas tr:hover {
  background-color: #ddd;
}

table#xmas td {
  padding: 0.1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  /* text-align: center; */
  background-color: #fff;
  border-bottom: 2px solid #9c0606;
}

table#history {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#history th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}

table#history th.Date {
  width: 15%;
  text-align: left;
}
table#history th.Dateaccuracy {
  width: 5%;
  text-align: left;
}
table#history th.Headline {
  width: 50%;
  text-align: left;
}
table#history th.Ref {
  width: 5%;
  text-align: right;
}
table#history th.Photo {
  width: 25%;
  text-align: left;
}

table#history tr:hover {
  background-color: #ddd;
}
table#history td {
  border-bottom: 1px solid black;
  vertical-align: top;
}

table#entity {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  width: 100%;
}

table#entity th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}

table#entity th.Date {
  width: 15%;
  text-align: left;
}
table#entity th.Dateaccuracy {
  width: 3%;
  text-align: left;
}
table#entity th.Headline {
  width: 72%;
  text-align: left;
}
table#entity th.Ref {
  width: 5%;
  text-align: right;
}
table#entity th.Photo {
  width: 5%;
  text-align: left;
}

table#entity tr:hover {
  background-color: #ddd;
}

table#entity td {
  border-bottom: 1px solid black;
}
table#contacts {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
table#contacts th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}
table#contacts th.role,
th.email {
  width: 30%;
  text-align: left;
}
table#contacts th.contact,
th.telephone {
  width: 20%;
  text-align: left;
}
table#contacts th.contactsheader {
  color: black;
  background-color: #ccffff;
  font-family: verdana;
  font-size: 14pt;
}

table#links {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
table#links th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
  column-span: 2;
}

table#links th.clubs,
th.organisation {
  width: 40%;
  text-align: left;
}
table#links th.linkbadge {
  width: 10%;
  text-align: right;
}
table#links td.clubs,
td.organisation {
  width: 40%;
  text-align: left;
}
table#links td.linkbadge {
  width: 10%;
  text-align: right;
}

table#links th.linksheader {
  color: black;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 14pt;
}

table#updates {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
table#updates th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}
table#updates th.date {
  width: 10%;
  text-align: center;
}
table#updates th.update {
  width: 90%;
  text-align: left;
}
table#updates td.clubs,
td.organisations {
  width: 25%;
  text-align: center;
}
table#updates th.updatesheader {
  color: black;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 14pt;
}
table#updates td.date {
  width: 10%;
  text-align: center;
  vertical-align: text-top;
}

table#aboutus {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
table#aboutus th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}
table#aboutus td.clubs,
td.organisations {
  width: 25%;
  text-align: center;
}
table#aboutus th.aboutusheader {
  color: black;
  background-color: #ccffff;
  font-family: verdana;
  font-size: 1rem;
}

table#centenary {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
table#centenary th {
  background-color: #9c0606;
  color: white;
  padding: 10px;
}
table#centenary th.finish,
th.handicap {
  width: 15%;
  text-align: left;
}
table#centenary th.estimatedtime,
th.racetime,
th.difference,
th.name {
  width: 18%;
  text-align: center;
}
table#centenary td.finish,
td.handicap {
  width: 15%;
  text-align: center;
}
table#centenary td.estimatedtime,
td.racetime,
td.difference,
td.name {
  width: 18%;
  text-align: center;
}
table#centenary th.centenaryheader {
  color: black;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 14pt;
}
table#centenary tr:hover {
  background-color: #ddd;
}

table#galleryslideshow {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  width: 100%;
  /* border: 10px solid black; */
}

table#galleryslideshow img {
  width: 100%;
  display: block;
}

table#galleryslideshow td.buttons {
  text-align: left;
  background-color: #0f0f83;
}
table#galleryslideshow td.titles {
  text-align: right;
  background-color: #0f0f83;
  /* min-width: 1200px; */
}

table#records {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#records th {
  background-color: #9c0606;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

table#records th.Date {
  width: 15%;
  text-align: center;
}

table#records th.recordcolcent {
  /* width: 5%; */
  text-align: center;
}
table#records th.recordresult {
  width: 6%;
  text-align: left;
}
table#records th.recordhead {
  text-align: center;
}

table#records td.recordevent {
  background-color: #9c0606;
  text-align: center;
  color: white;
}

table#records tr:hover {
  background-color: #ddd;
}
table#records td {
  border-bottom: 1px solid black;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

table#records2002 {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

div.hr hr {
  height: 10px;
  color: #ffffff;
  background-color: #ffffff;
  border: none;
}
div.hrscarlet hr {
  height: 10px;
  color: #9c0606;
  background-color: #9c0606;
  border: none;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.league {
  height: 30px;
  border: 0px;
  text-align: center;
  background-color: #9c0606;
  color: #ffffff;
  font-size: 1.5em;
  vertical-align: middle;
}

.footercontainer {
  max-width: 1170px;
  margin: auto;
}
.footerrow {
  display: flex;
  flex-wrap: wrap;
}
.footer {
  background-color: #9c0606;
  padding: 70px 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #4d0000;
  height: 2px;
  box-sizing: border-box;
  width: 200px;
}
.footer-col ul li {
  list-style-type: none;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 450;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}

/* Centered Dropdown Menu */
div#centeredsubmenu {
  clear: both;
  float: left;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
  background: #0f0f83;
  font-family: Verdana; /* Menu font */
  font-size: 90%; /* Menu text size */
  z-index: 10; /* This makes the dropdown menus appear above the page content below */
  position: relative;
}

/* Top menu items */
div#centeredsubmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  position: relative;
  right: 50%;
}
div#centeredsubmenu > ul > li {
  margin: 0 0 0 0px;
  padding: 0;
  float: left;
  position: relative;
  left: 50%;
}

div#centeredsubmenu > ul > li a {
  display: block;
  margin: 0;
  padding: 0.6em 0.5em 0.4em;
  font-size: 1.2em;
  line-height: 1.4em;
  background: #0f0f83;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  border-right: 10px solid #9c0606;
}

div#centeredsubmenu > ul > li.active a {
  border-left: 10px solid #9c0606;
}

div#centeredsubmenu > ul > li a:hover {
  background: #9c0606; /* Top menu items background colour */
  color: #ffffff;
}
div#centeredsubmenu > ul > li:hover a {
  /* This line is required for IE 6 and below */
  background: #9c0606; /* Top menu items background colour */
  color: #ffffff;
}

/* Submenu items */
div#centeredsubmenu ul ul {
  display: none; /* Sub menus are hidden by default */
  position: absolute;
  top: 2.9em;
  left: 0;
  width: 18em; /* width of the drop-down menus */
}
div#centeredsubmenu ul ul li {
  clear: left;
  width: 100%;
}

div#centeredsubmenu ul ul li a,
div#centeredsubmenu ul li.active li a,
div#centeredsubmenu ul li:hover ul li a {
  /* This line is required for IE 6 and below */
  font-size: 1.2em;
  font-weight: bold; /* resets the bold set for the top level menu items */
  background: #0f0f83;
  color: #ffffff;
  line-height: 1.4em; /* overwrite line-height value from top menu */
  border-bottom: 1px solid #ddd; /* sub menu item horizontal lines */
  border-left: 0px;
  border-right: 0px;
}
div#centeredsubmenu ul ul li a:hover,
div#centeredsubmenu ul li.active ul li a:hover,
div#centeredsubmenu ul li:hover ul li a:hover {
  /* This line is required for IE 6 and below */
  background: #9c0606; /* Sub menu items background colour */
  color: #ffffff;
}

/* Flip the last submenu so it stays within the page */
div#centeredsubmenu ul li:last-child ul {
  left: auto; /* reset left:0; value */
  right: 0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
div#centeredsubmenu ul li:hover ul {
  /* This line is required for IE 6 and below */
  display: block; /* Show the sub menus */
}

/* SEASON RESULTS */
#seasonresults {
  display: flex;
  grid-template-columns: 3fr 2fr;
  align-items: stretch;
  justify-content: center;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 200px;
}

#seasonresults-txt {
  background-color: #9c0606;
  color: #fff;
  fill: #9c0606;
  display: inline-block;
  justify-content: center;
  padding: 5rem 0.5rem;
}
#seasonresults-txt a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}

#seasonresults-img img {
  width: 400px;
  height: 200px;
  object-fit: cover;
}
