@charset "UTF-8";

h1 {
  color: #fff;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;
  background: #006d4d;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
}

h1:before {
  content: '●';
  color: white;
  margin-right: 8px;
  width: 80px;
  height: 80px;
}

th {
  background-color: green;
  width: 80px;
  height: 80px;
  border: solid 2px;
}

td#blackscoreboard {
  background-color: black;
  color: white;
}

td#whitescoreboard {
  background-color: white;
  color: black;
}

td#greenscoreboard {
  background-color: green;
  color: white;
}

td.scoreboard {
  width: 100px;
  text-align: center;
  font-size: 50px;
}

td.evaboard1 {
  background-color: white;
  height: 30px;
  font-size: 18px;
}

td.evaboard2 {
  background-color: white;
  font-size: 20px;
  width: 100px;
  text-align: center;
}

.fixedmsg {
  font-size: 35px;
}

#msgboard {
  color: red;
  font-size: 35px;
}

#now0 {
  color: red;
}

#now1 {
  color: red;
}

#now2 {
  color: red;
}

p.buttonline {
  border-bottom: solid 3px skyblue;
  position: relative;
  font-size: 40px;
  margin-bottom: 5px;
  margin-top: 15px;
}

p.buttonline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 35%;
}

button.button1 {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #5e7fca;
  color: #fff;
  border-radius: 5px;
  border-style:  solid;
}

button.button1:hover {
  background-color: #67ceff;
  color: #fff;
}

button.button2 {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #ca5e5e;
  color: #fff;
  border-radius: 5px;
  border-style:  solid;
}

button.button2:hover {
  background-color: #ff6767;
  color: #fff;
}

button.greenhomebutton {
  border: solid;
  font-size: 40px;
  color: #fff;
  padding: 0.28em;
  display: inline-block;
  line-height: 1.3;
  background: #006d4d;
  vertical-align: middle;
  border-radius: 0px 25px 25px 0px;
}

button.greenhomebutton:hover {
  background-color: #3eb370;
  color: #fff;
}

div#headerback {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}

div#headerback .headertitle {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #5e7fca;
  font-weight: bold;
}

p#msgboard {
  font-size: 30px;
}
