body
{
 font-family: "Trebuchet MS", Trebuchet, "DejaVu Sans", Arial, Helvetica, sans-serif;
/*  font-family: Candarra, Arial, Sans-Serif; */
  margin: 0px;
  color: #ccc;
  background-color: #111;
  }
a
{
  color: #ddd;
  }
a:hover
{
  color: #0dd;
  }
ul
{
  list-style-type: square;
  list-style-image: url("list.png");
  }
.main
{
  background-color: #111;
  width: 800px;
  padding: 224px 0px 10px 0px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("earth.jpg");
  background-repeat: no-repeat;
  }
.server
{
  color: #0dd;
  }
.bottom
{
  font-size: small;
  margin-top: 25px;
  width: 100%;
  float: left;
  color: #555;
  border-top: 1px solid #555; 
  text-align: right;
  }

.bleft
{
  margin: 0.5em;
  }

.col1, .col2, .col3
{
  float: left;
  width: 29%;
  padding: 2%;
  /*  border-right: 1px solid #555; */
  /*  border-bottom: 1px solid #555; */
  }

#title
{
  font-family: "DejaVu Sans Mono", "Lucida Console", monospace;
  padding-left: 0px;
  margin-left: -2px;
  }

#title a
{
  text-decoration: none;
  }
h1, h2, h3, h4, h5, h6
{
  font-family: "DejaVu Sans", sans-serif;
}

.external
{
  float: left;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #555; 
  text-align: right;
}

.url
{
  padding-right: .75em;
  background-image: url("out.png");
  background-repeat: no-repeat;
  background-position: center right;
  }

html
{
  overflow-y: scroll;
  }

.titleb
{
  color: #cc0;
  }

a.pending
{
  color: #888;
  }

#content
{
  overflow: hidden;
  }

.editor
{
  margin-top: 0.5em;
  }

.editor-md
{
  display: block;
  width: 100%;
  min-height: 28em;
  box-sizing: border-box;
  padding: 0.75em;
  font-family: "DejaVu Sans Mono", "Lucida Console", monospace;
  font-size: 0.95em;
  line-height: 1.4;
  color: #ddd;
  background: #1a1a1a;
  border: 1px solid #555;
  resize: vertical;
  }

.editor-actions
{
  margin-top: 0.75em;
  text-align: right;
  }

.editor-actions button
{
  margin-left: 0.5em;
  padding: 0.35em 0.85em;
  font: inherit;
  color: #ddd;
  background: #222;
  border: 1px solid #555;
  cursor: pointer;
  }

.editor-actions button:hover
{
  color: #0dd;
  border-color: #0dd;
  }

.editor-hint
{
  margin-top: 0.75em;
  font-size: small;
  color: #555;
  text-align: right;
  }
