body {
  padding: 0;
  margin: 0;
  color: black;
  background-color: #e0e8ff;
  font-family: monospace;
  font-size: 8pt;
}
input {
  border: 0px;
  width: 100%;
  height: 12px;
  font-size: 8px;
  font-family: monospace;
}
input#link {
  background: #e5c1e9;
  border-top: black solid 1px;
  text-align: center;
}
div#links a span,div#p a span {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background:rgba(128,255,255,.8);
  display: none;
}
div#links a:hover span,div#p a:hover span {
  display: block;
}
p {
  padding: 0;
  margin: 0;
  text-align: center;
}
p.header:before { content: "--=[ "; }
p.header:after { content: " ]=--"; }
p.footer {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: right;
}
a {
  color:black;
  text-decoration:none;
  padding: 0;
}
p.footer a img {
  display: inline;
  position: relative;
  float: left;
}
a#newlink:hover { text-decoration:underline; }
div#mu {
  display: block;
  position: fixed;
  left: 0;
  bottom: 2px;
  font-size: 9pt;
  z-index: 100;
}
div#mu a {
  margin: 1px;
  margin-right: 0px;
  padding: 0 4px 0 4px;
  color: #a7afc6;
  border: 1px dotted #a7afc6;
}
div#mu a:hover {
  color: #636773;
  border-color: #636773;
}
div.msg {
  position: absolute;
  width: 100%;
  background-color: #222222;
  color: white;
  bottom: 0px;
  padding: 30px 0 70% 0;
  text-align: center;
  opacity: 0;
  transform-origin: 50% 120%;
  /* transform: scaley(10); */
  transition: all .8s ease-in-out;
}
div.appear {
  opacity: 1 !important;
  padding: 30px 0 30px 0 !important;
  /* top: 50% !important; */
  /* transform: scaley(1) !important; */
}
div#p {
  display: block;
  position: fixed;
  top: 14px;
  bottom: 18px;
  width: 100%;
}
div#p form {
  display: block;
  position: relative;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0;
}
div#p textarea { 
  resize: none;
  display: block;
  position: relative;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  -box-sizing: border-box;        /* Opera/IE 8+ */
}
div#p input {
  cursor: pointer;
}
pre {
  margin: 0;
}
div.vid {
  width: 100%;
  text-align: center;
  display: none;
}
div#pi {
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5px;
  height: 20px;
  width: 20px;
  /* opacity: .2; */
  z-index: 100;
}
