button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  background-color: white;
  font-size: 18px;
  display: inline-block;
  width: 330px;
  padding: 6px;
  text-align: left;
}
button:hover {
  border-color: #336699;
  background-color: #99CCFF;
  cursor: pointer;
}

#title {
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 50px;
}
#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;
}

#C,#USV,#USA,#MSR,#MSCV,#MSCA,#pastscores {
  border: none;
}

#save {
  text-align: center;
}

#buttons {
  position: absolute;
  top: 43%;
  margin-left: 4%;
  width: 330px;
  background-color: white;
  padding: 20px;
}

#label {
  font-size: 20px;
}

#note {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 16px;
  margin-left: 60px;
  margin-right: 60px;
}

#info {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 200%;
  display: none;
  position: absolute;
  border: 2px solid gray;
  top: 47%;
  right: 8%;
  background-color: white;
  width: 380px;
  padding: 20px;
}

#newUserDiv {
  display: none;
  position: absolute;
  border: 2px solid gray;
  top: 50%;
  right: 8%;
  width: 340px;
  height: 100px;
  padding: 20px;
}

h3 {
  color: green;
}
