/* @override http://localhost:8081/static/styles.css */
body {
  line-height: 1.5;
  color: #222;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 15px;
}

hr {
  background: #c4c4c4;
  color: #c4c4c4;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.4em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
}

.clear {
  width: 100%;
  clear: both;
}

div#wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  color: #00385f;
}

strong {
  color: #ff801f;
}

ul li {
  color: #ff801f;
}

ul li th1 {
  color: navy;
}

ul li span {
  color: #202020;
}

div#example-admonitions {
  color: #00438a;
  font: 20px Georgia, "Times New Roman", Times, serif;
  line-height: 29px;
}

div#signup-bar {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #999;
  margin: 30px 0 50px 0;
}

div#definition {
  padding: 20px 20px 50px 20px;
  clear: both;
}

div#user-message,
div#user-message p {
  color: #00438a;
  font: 20px Georgia, "Times New Roman", Times, serif;
  line-height: 24px;
  white-space: pre-line;
}

div#sig {
  text-align: right;
  font-style: italic;
}

div#user-page-welcome {
  width: 51%;
  float: right;
  font-size: 14px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
}
