

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 800px;
  /* border: 1px solid red; */
}

body {
  background: #ffffff;
  width: 100%;
  color: #1E1B13;
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#wide_play_android{
  
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background: #27202d;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

article{
  margin: 16px;
}


header{
  margin-top: 48px;
  margin: 16px;
}

footer{
  margin: 16px;
}

h1{
  font-size: 24px;
  font-weight: 600;
}

h1, h2{
  color: #4B4739;
  margin-bottom: 16px;
}

#hero_container{
  position: relative;
  display: inline;
}

#detail_page{
  padding-top: 24px;
  width:100%;
  max-width:800px;
}


.logo2 {
  padding-top: 16px;
  width: auto;
  height: 260px;
  filter: invert(80%);
}
.logo {
  padding-top: 16px;
  max-width: 256px;
  height: auto;
}

.footerimage{
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 8px;
  width: 48px;
  height: auto;
}

.footer_prs_image{
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 8px;
  width: 60px;
  height: auto;
}

a{
  color: #1E1B13;
}

a:visited {
  color: #1E1B13;
}


a.buttonstyle_big:link {
  background-color: #e4e3e8;
  color: black;
  padding: 10px 20px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #7c7c8c;
  font-family: -apple-system;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  font-family: -apple-system, sans-serif;
  margin-top: 6px;
}

.full_width{
  width: 100%;
  display: block;
}


a.buttonstyle_big:visited {
  color: #1E1B13;
}

hr{
  height: 1px;
  background-color: #1E1B13;
  border:none;
  margin-top: 12px;
  margin-bottom: 12px;
}

.general_text{
  display: block;
  max-width: 800px;
}

#now_playing{
  display: block;
  max-width: 800px;
  color: #1E1B13;
  font-size: 18px;
  font-weight: 600;
}

#now_playing small{
  display: block;
  max-width: 800px;
  color: #1E1B13;
  font-size: 13px;
  font-weight: 400;
}



#now_playing_android{
  display: block;
  max-width: 800px;
  color: #d7a667;
  font-size: 28px;
  font-weight: 600;
}

#now_playing_android small{
  display: block;
  max-width: 800px;
  color: #d7a667;
  font-size: 18px;
  font-weight: 400;
}

#recents_android{
  font-size: 18px;
}

.show_header{
  display: block;
  font-size: 13px;
  width: fit-content;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 8px;
  color: white;
}

.show_description{
  display: block;
  font-size: 13px;
  padding-bottom: 16px;
}

.show_description_android{
  display: block;
  font-size: 18px;
  padding-bottom: 16px;
}

table {
  max-width: 800px;
  font-size: 13px;
}
th{
  height: 16px;
  font-style: normal;
  font-weight: 400;
}
td{
  height: 16px;
  text-align: center;
  border-radius: 3px;
  background: #b281c4;
}
.show_time{
  background: none;
  width: 50px;
}
.pudsey_clough_pool{
  background: #b281c4;
}
.whirlaw_stones{
  background: #54bb9d;
}
.whirlaw_stones_show{
  background: #54bb9d;
  color: white;
}
.orchan_mast{
  background: #5473bb;
}
.show_orchan_mast{
  background: #5473bb;
  color: white;
}

.redmires{
  background: #6b54bb;
}
.show_redmires{
  background: #6b54bb;
  color: white;
}

.noon_hill{
  background: #7a4b4b;
}
.noon_hill_show{
  background: #7a4b4b;
  color: white;
}
.nant_wood{
  background: #a63d3d;
}
.show_nant_wood{
  background: #a63d3d;
  color: white;
}
