/* style sheet */
html {
  overflow-y: scroll;
}

* {
    touch-action:manipulation;
}

#optionsMenu{
  position:fixed;
  width:160px;
  height:300px;
  border-radius: 6px;
  background: whitesmoke;
  z-index: 1;
  top: 50px;
  left: 2px;
  visibility: hidden;
}


.backbutton {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  position:absolute;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  #width: 80px;
  padding: 10px;
  top: 10px;
  left: 5px;
}

.belltext {
  width: 50px;
  border: 3px solid black;
  border-radius: 8px;
  position: absolute;
  height:8;
  text-align: center;
  font-size: 20px;
  top: 72px;
  left: 50px; 
}

.bell {
  font-family: "arial", sans-serif;
  width: 60px;
  text-align: left;
  position: absolute;
  font-size: 18px;
  color: black;
  top: 79px;
  left: 5px;  
}

.checktreble {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 125px;
  left: 120px;
}

.checktreblelabel {
  font-family: "arial", sans-serif;
  text-align: left;
  position: absolute;
  font-size: 18px;
  color: black;
  top: 125px;
  left: 5px;
}


.check {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 170px;
  left: 135px;
}

.checklabel {
  font-family: "arial", sans-serif;
  text-align: left;
  position: absolute;
  font-size: 18px;
  color: black;
  top: 170px;
  left: 5px;
}

.resetbutton {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  #width: 70px;
  padding: 5px;
  position: absolute;
  top: 255px;
  left: 5px;
}

.touchbutton {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  #width: 70px;
  padding: 5px;
  position: absolute;
  top: 215px;
  left: 5px;
}

#methods {
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: visible;
  top: 50px;
  left: auto;
}

.selectMethod {
  text-align: center;
  color: whitesmoke;
  font-size: 20px;
  width: 250px;
  position: absolute;
  top: -10px;
  left: calc(50% - 125px);
}

.doublesmethods {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}

.minormethods {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 85px;
  left: calc(50% - 125px);
}

.triplesmethods {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 135px;
  left: calc(50% - 125px);
}

.majormethods {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 185px;
  left: calc(50% - 125px);
}

.catersmethods {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 235px;
  left: calc(50% - 125px);
}

.royalmethods {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 285px;
  left: calc(50% - 125px);
}

.cinquesmethods {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 335px;
  left: calc(50% - 125px);
}

.maximusmethods {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 385px;
  left: calc(50% - 125px);
}

#doubles {
  font-family: "courier new bold", monospace;
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: hidden;
  top: 50px;
  left: auto;
}

.plainhuntdoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}

.plainbobdoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 90px;
  left: calc(50% - 125px);
}

.grandsiredoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 140px;
  left: calc(50% - 125px);
}

.revcantdoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 190px;
  left: calc(50% - 125px);
}

.cloisterdoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 275px;
  left: calc(50% - 125px);
}

.stsimonsdoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 325px;
  left: calc(50% - 125px);
}

.stmartinsdoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 375px;
  left: calc(50% - 125px);
}

.erindoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 425px;
  left: calc(50% - 125px);
}

.stedmandoubles {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 475px;
  left: calc(50% - 125px);
}

#minor {
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: hidden;
  top: 50px;
  left: auto;
}

.plainhuntminor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}

.plainbobminor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 90px;
  left: calc(50% - 125px);
}

.littlebobminor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 140px;
  left: calc(50% - 125px);
}

.treblebobminor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 190px;
  left: calc(50% - 125px);
}

.kenttreblebobminor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 240px;
  left: calc(50% - 125px);
}

.oxfordtreblebobminor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 290px;
  left: calc(50% - 125px);
}

.cambridgesurpriseminor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 340px;
  left: calc(50% - 125px);
}

.londonsurpriseminor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 390px;
  left: calc(50% - 125px);
}


#triples {
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: hidden;
  top: 50px;
  left: auto;
}

.plainhunttriples {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}

.plainbobtriples {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 90px;
  left: calc(50% - 125px);
}

.grandsiretriples {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 140px;
  left: calc(50% - 125px);
}

.reversecanterburytriples {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  padding: 5px 10px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 190px;
  left: calc(50% - 125px);
}

.stsimonstriples {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 275px;
  left: calc(50% - 125px);
}

.stmartinstriples {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 325px;
  left: calc(50% - 125px);
}

.erintriples {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 375px;
  left: calc(50% - 125px);
}

.stedmantriples {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 425px;
  left: calc(50% - 125px);
}


#major {
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: hidden;
  top: 50px;
  left: auto;
}

.plainhuntmajor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}

.plainbobmajor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 90px;
  left: calc(50% - 125px);
}

.littlebobmajor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 140px;
  left: calc(50% - 125px);
}

.treblebobmajor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 190px;
  left: calc(50% - 125px);
}

.kenttreblebobmajor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 240px;
  left: calc(50% - 125px);
}

.oxfordtreblebobmajor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 290px;
  left: calc(50% - 125px);
}

.cambridgesurprisemajor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 340px;
  left: calc(50% - 125px);
}

.londonsurprisemajor {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 390px;
  left: calc(50% - 125px);
}

#caters {
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: hidden;
  top: 50px;
  left: auto;
}

.plainhuntcaters {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}

.grandsirecaters {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 90px;
  left: calc(50% - 125px);
}

.stedmancaters {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 140px;
  left: calc(50% - 125px);
}

#royal {
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: hidden;
  top: 50px;
  left: auto;
}

.plainhuntroyal {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}


#cinques {
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: hidden;
  top: 50px;
  left: auto;
}

.plainhuntcinques {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}


#maximus {
  position:fixed;
  width:100%;
  height:500px;
  background: black;
  visibility: hidden;
  top: 50px;
  left: auto;
}

.plainhuntmaximus {
  background-color: #2980B9; 
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  top: 40px;
  left: calc(50% - 125px);
}





#counters {
  font-family: "arial", sans-serif;
  position:fixed;
  width:320px;
  height:30px;
  background: black;
  visibility: visible;
  bottom: 100px;
  left: calc(50% - 160px);
}  
  
.changecounter {
  position: absolute;
  font-size: 14px;
  color: whitesmoke;
  top: 0px;
  left: 0px;  
}

.mistakecounter {
  position: absolute;
  font-size: 14px;
  color: whitesmoke;
  top: 0px;
  left: 160px;  
}
  
  .menubutton {
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 5px;
    left: 5px;
  }
  
  .downbutton {
    background-color: #2980B9;
    border: none;
    border-radius: 50%;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    height: 55px;
    width: 90px;
    position: fixed;
    bottom: 30px;
    left: calc(50% - 155px);
  }
  
  .staybutton {
    background-color: #2980B9;
    border: none;
    border-radius: 50%;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    height: 55px;
    width: 90px;
    position: fixed;
    bottom: 30px;
    left: calc(50% - 45px);
  }
  
  .upbutton {
    background-color: #2980B9; 
    border: none;
    border-radius: 50%;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    height: 55px;
    width: 90px;
    position: fixed;
    bottom: 30px;
    left: calc(50% + 65px);
  }
  


  
  p {
    font-family: "arial", sans-serif;
    text-align: center;
    font-size: 18px;
    max-width: calc(100%-80px);
  }
  
  .methodName {
    text-align: center;
    color: whitesmoke;
    font-size: 18px;
  }

  .selectedBell {
    text-align: center;
    color: whitesmoke;
    font-size: 16px;
  }

  #Blueline {
    font-family: "arial", sans-serif;
    text-align: center;
    visibility: hidden;
  }

  table{
    display: inline-block;
  }

  #changeTable {
    font-family: "courier new bold",monospace;
    color: whitesmoke;
    font-size: 20px;
    width: 240px;
    text-align: left;
    padding-inline-start: 0px;
  }

  #callTable {
    font-family: "courier new bold",monospace;
    color: whitesmoke;
    font-size: 20px;
    width: 60px;
    text-align: left;
    padding-inline-start: 0px;
  }

