*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: skyblue;
  font-family: "Ubuntu mono", "Helvetica", sans-serif;
  font-size: 0.85em;
}

div.result-wrapper {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.result-wrapper div.result {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  color: #404040;
}
div.result-wrapper div.result::before {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
}
div.result-wrapper div.result div.result-head {
  background: #f3f3f3;
  background: -webkit-linear-gradient(top, #ffd, #eef2f5);
  background: -khtml-linear-gradient(top, #ffd, #eef2f5);
  background: -moz-linear-gradient(top, #ffd, #eef2f5);
  background: -ms-linear-gradient(top, #ffd, #eef2f5);
  background: -o-linear-gradient(top, #ffd, #eef2f5);
  background: linear-gradient(top, #ffd, #eef2f5);
  -webkit-border-radius: 3px 3px 0px 0px;
  -khtml-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -webkit-box-shadow: 0 1px whitesmoke;
  -khtml-box-shadow: 0 1px whitesmoke;
  -moz-box-shadow: 0 1px whitesmoke;
  -ms-box-shadow: 0 1px whitesmoke;
  -o-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
  font-family: "Roboto", "Helvetica", sans-serif;
  padding: 20px;
  font-size: 15px;
  color: #555555;
  text-shadow: 0 1px white;
  border-bottom: 1px solid #cfcfcf;
}
div.result-wrapper div.result div.result-body table {
  border-spacing: 0;
  width: 100%;
  padding: 5px;
  padding-bottom: 0;
}
div.result-wrapper div.result div.result-body table tr td, div.result-wrapper div.result div.result-body table tr th {
  padding: 3px;
  vertical-align: top;
  width: 60px;
  font-size: 10pt;
}
div.result-wrapper div.result div.result-body table tr th {
  font-weight: bold;
  text-align: left;
}
div.result-wrapper div.result div.result-body div.result-controls {
  padding: 5px;
}
div.result-wrapper div.result div.result-body div.result-controls textarea {
  width: 100%;
}
#title {
  text-align: center;
}

textarea{
  height: 150px;
}

h2 {
  margin: 0;
  text-align: center;
}

#article {
  padding: 500px 20% 0;
}

/* adjust menu bar */
.hbar-content {
  margin-top:auto !important;
}