html {
  background-image: url("/assets/webbs.png");
  height: 100%;
}

body {
  min-height: 100%;
}

h3 {
  font-size: 1.1em;
}

nav>* {
  margin: 0;
  padding: 0;
}
 
nav>ul {
  overflow: auto;
  list-style-type: none;
}
 
nav>ul>li {
  height: 25px;
  float: left;
  border-left: 1px solid #aaa;
  display: list-item;
  padding: 0px 5px 0px 5px;
}
 
nav>ul>li:last-child {
  border-right: 1px solid #aaa;
}

small {
  font-size: 50%;
  color: gray;
}

.site_tag {
  color: #000;
}

.faux_button {
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 1px;
  border: 1px solid #2c8898;
  color: #f9f9f9;
  background-color: #2c8898;
  cursor: pointer;
  box-sizing: border-box;
  }
  .faux_button:focus, .faux_button:hover {
    background-color: #982c61;
    border-color: #982c61;
    color: #f9f9f9;
    outline: 0;
  }
