button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  background-color: white;
}

#subtitle {
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 30px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 3px;
}

#mainmenu {
  position: absolute;
  left: 1%;
  top: 2%;
  font-size: 14px;
}
#clear {
  position: fixed;
  top: 2%;
  right: 1%;
  font-size: 14px;
}

#note {
  margin-left: 40px;
}

#scores { 
  border-collapse: collapse;
  position: relative;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  overflow: auto;
  overflow-y: scroll;
}
table, td, th {
  border: 1px solid black;
  padding: 10px;
}

button:hover {
  border-color: #336699;
  background-color: #99CCFF;
  cursor: pointer;
}

