
@font-face {
  font-family: "icon";
  src: url("icon.woff?3") format("woff");
}


html {
  height: 100%;
}
body {
  min-height: 100%;
}

.main-form {
  max-width: none;
  position: relative;
}

#notes {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 64px;
  left: 0;
}

#notes > pre {
  position: absolute;
  padding: 1em;
  line-height: 1em;
  min-height: 1em;
  min-width: 1em;
  margin: 0;
  font-size: 1.2em;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


#reset {
  border: none;
  background-color: transparent;
  color: black;
}

#reset:focus {
  color: red;
  transition: color 1s;
}


#reset::before {
  content: "\e90f";
  font-size: 1.6em;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  font-family: "icon"!important;
  vertical-align: middle;
  color: inherit;
}
