
@import url(https://fonts.googleapis.com/css?family=Handlee);
@import 'https://fonts.googleapis.com/css?family=Dosis';

html,body {
  width:100%;
  margin:0;
  padding:0;
  box-sizing:border-box;
  height:100%;
}
html,body,div,p {
  font-family: 'Dosis', 'Trebuchet MS', Helvetica, san-serif;
  font-size: 22px;
  text-align: center;
}
input,select,button {
  font-size:25px;
  font-family: Arial, Helvetica, san-serif;
}
button,input[type=submit] {
  color:#fff;
  background-color:#222;
  border:1px solid #aaa;
  border-radius:5px;
  font-size:30px;
  padding:5px 10px;
  cursor:pointer;
}
textarea {
  font-size:18px;
  font-family: Arial, Helvetica, san-serif;
}
textarea#student {
  font-size:25px;
  font-family: Arial, Helvetica, san-serif;
}
ul,li {
  list-style:none;
  margin:5px 0 5px -20px;
}


#form,.notice {
  width:90%;
  max-width: 500px;
  margin: 20px auto auto;
}
#form {
  padding: 5% 0 0 0;
  text-align:left;
  font-size:25px;
  font-family: Arial, Helvetica, san-serif;
}

.desc, .desc p {
  text-align:left;
}
.date {
  font-size: 1.8em;
}
.small {
  font-size: .8em;
}
.xsmall {
  font-size: .6em;
}
.big {
  font-size: 3em;
}
.headerimg {
  width: 90%;
  max-width: 800px;
  box-sizing:border-box;
  display:block;
  margin: 0 auto;
}
a.confirm,a.cancel {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  text-decoration:none;
  color: #fff;
}
a.confirm {
  margin: 20px 0 20px;
  padding: 15px 20px;
  background-color: #009933;
  border: 1px solid #003300;
  font-size:1.5em;
}
a.cancel {
  margin: 0 0 15px;
  padding: 5px 10px;
  background-color: #cc0000;
  border: 1px solid #003300;
  font-size:1em;
}
