body {
  background: #DDD;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 680px;
}

p {
  line-height: 1.2;
  text-align: justify;
}

.red {
  color: #C00;
}

.row {
  width: 100%;
}

.centre {
  text-align: center;
}

.clear {
  clear: both;
}

.fa {
  margin-left: 6px;
}

.right {
  float: right;
}

.small {
  font-size: 12px;
  vertical-align: bottom;
}

.story {
  margin: 20px;
  width: 300px;
}

@media (max-width: 640px) {
  .story {
    margin: 10px;
    width: 200px;
  }
}
#newsletter-popup {
  display: none;
}
#newsletter-popup .mask {
  background: #0002;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
#newsletter-popup .dialog {
  background: #FFF;
  border: thin solid #008;
  border-radius: 8px;
  display: inline-block;
  height: 255px;
  margin-left: -210px;
  margin-top: -130px;
  padding: 8px;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 420px;
  z-index: 100;
}
#newsletter-popup .dialog .close {
  cursor: pointer;
  font-size: 18px;
  vertical-align: super;
}
#newsletter-popup .dialog .title {
  border-radius: 8px 8px 0 0;
  background: #008;
  color: #FFF;
  font-weight: 900;
  font-size: 24px;
  margin: -8px;
  padding: 8px;
}
#newsletter-popup .dialog form {
  font-size: 18px;
  padding: 10px;
}
#newsletter-popup .dialog form p {
  margin: 10px 0;
}
#newsletter-popup .dialog form input {
  box-sizing: border-box;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 390px;
}
#newsletter-popup .dialog form input[type=email] {
  line-height: 1.5;
}
#newsletter-popup .dialog form input[type=submit] {
  background: #ACF;
  border: thin solid #C00;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 900;
  padding: 10px;
}
#newsletter-popup.show {
  display: block;
}

#covid-popup {
  display: none;
}
#covid-popup .mask {
  background: #0002;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
#covid-popup .dialog {
  background: #FFF;
  border: thin solid #A00;
  border-radius: 8px;
  display: inline-block;
  height: 380px;
  margin-left: -300px;
  margin-top: -190px;
  padding: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  z-index: 2000;
}
#covid-popup .dialog .close {
  cursor: pointer;
  font-size: 18px;
  vertical-align: super;
}
#covid-popup .dialog .content {
  padding: 10px 20px;
}
#covid-popup .dialog .title {
  border-radius: 8px 8px 0 0;
  background: #C00;
  color: #FFF;
  font-weight: 900;
  font-size: 24px;
  margin: -8px;
  padding: 8px 20px;
}
#covid-popup .dialog button {
  margin-right: 10px;
}
#covid-popup .dialog p {
  margin: 10px 0;
}
#covid-popup.show {
  display: block;
}

header {
  background: #FAFAFA;
  border-bottom: 5px solid #008;
  border-top: 5px solid #008;
}
header .club-colours {
  background: linear-gradient(to right, #008, #008 20px, #C00 20px, #C00 40px, #008 40px, #008 60px, #C00 60px, #C00 120px, #FFF0 120px);
  display: inline-block;
  font-size: 0;
  height: 100px;
  vertical-align: top;
  width: 10%;
}
header .content {
  background: #FAFAFA;
  display: inline-block;
  font-size: 20px;
  height: 100px;
  vertical-align: top;
  width: 89%;
}
header .content nav {
  margin-left: 20px;
}
header nav .home-icon {
  margin-right: 15px;
  vertical-align: middle;
}
header nav h1 {
  display: block;
  float: none;
  font-size: 36px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
header nav a {
  color: #008;
  display: inline-block;
  font-weight: 900;
  text-decoration: none;
  padding: 5px;
  margin-left: 10px;
  margin-top: 5px;
  white-space: nowrap;
}
header nav a.active {
  text-decoration: underline;
}
header .newsletter {
  padding: 5px;
  color: #008;
  font-weight: 900;
  float: right;
}

main {
  background: #FFF;
  display: block;
  min-height: calc(100vh - 214px);
  padding: 20px 40px;
}

footer {
  border-top: 4px solid #008;
  background: #C00;
  color: white;
  height: 40px;
  padding: 10px 20px;
}

.index .main h1 {
  font-size: 36px;
}
.index article {
  border: thin solid #008;
  border-radius: 0.5rem;
  margin: 1rem 0;
  padding: 0 1rem;
}
.index article h1 {
  font-size: 24px;
  margin: 12px 0;
}
.index .closure {
  border-collapse: collapse;
}
.index .closure td {
  border: 1px solid #000;
  padding: 5px 10px;
}

.times {
  border-collapse: separate;
  border-spacing: 6px 8px;
}
.times th {
  color: #008;
  font-weight: 900;
  font-size: 1.2em;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  text-align: left;
}
.times th[scope=row] {
  border: 1px solid #008;
  margin-bottom: 5px;
}
.times td {
  border: 1px solid #C00;
  padding: 5px;
}
.times td.time {
  white-space: nowrap;
}

.committee th {
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
}
.committee th[scope=row] {
  padding-bottom: 10px;
}
.committee .vacancy {
  color: #C00;
}

/*# sourceMappingURL=global.css.map */
