html, body, input, select {
  font-family:Segoe UI Light;
  font-size:14pt;
  text-align:center;
  margin:0 auto;
  text-transform: uppercase;
}

div#container {
  width:100%;
  height:100%;
  text-align:center;
  margin:0 auto;
}

div#heading {

}

div#content {
}

h2 {
  font-size:72pt;
  font-weight:bold;
}

div#score input {
  color:white;
  width:100px;
  height:40px;
}

div#score input#plus, li#plus{
  background:#0094FF;
}

div#score input#minus, li#minus {
  background:#FF006E;
}

li#blank {
  background:#CCC;
  color:#CCC;
}

div#pastScores {
  height:30px;
  margin:0 auto;
}

ul#pastScores {
  list-style:none;
  margin:5px 0px;
  padding:0;
}

ul#pastScores li{
  color:white;
}
