@import url(http://fonts.googleapis.com/css?family=Oxygen);

body {
  font-family: 'Oxygen', sans-serif;
  font-size: 14pt;
  color: #000;
  background-color: #ccc;
  margin-left: 3em;
  margin-right: 3em;
}

div.explanation {
  float: left;
  width: 60%;
}

div.signinfo {
  float: right;
  width: 30%;
}

p.big {
  font-size: 20pt;
}

p.sign {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

p.sign a {
  color: blue;
  text-decoration: none;
  padding: 1em;
  border: 3px solid blue;
  border-radius: 10px;
  box-shadow: 10px 10px 5px #888888;
}

p.sign a:hover {
  background-color: #cccccc;
}

p.count {
  font-style: italic;
}

li.signature {
  font-style: italic;
  font-size: 12pt;
}

span.details {
    color: #666;
    font-size: 8pt;
}

.small {
    font-style: italic;
    font-size: 8pt;
}

h1 a {
    color: #000;
    text-decoration: none;
}

p.source {
  font-size: 10pt;
}

input {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14pt;
}

html {overflow-y: scroll;}
