body     { 
  text-transform: lowercase;
  background: rgb(0,0,0);
  color: white;
  font: 90% Courier, monospace;
  margin:1em;
}

#coordinates {
  float: left;
  width: 60%;
}

#sidecontent {
  float:right;
  border-top: 1pt solid;
  border-bottom: 1pt solid; 
  width:35%;
  text-align: right;
  font-size: 90%;
}

#name {
  font-size: 110%;
}

#info {
  font-size: 90%;
}

#Validators p { 
  margin-top: 3em;
  font-size: 90%; }

A {
  background-color: inherit;
  color: rgb(230,230,190);
  text-decoration: none;
  font-weight: bold;  
}
A:hover {
  text-decoration: underline;
}
A:visited {
  background-color: inherit;
  color: rgb(230,230,130);
}

#search { width:100%; float: left;
  margin-left: 1em;
  font-size: 80%;
  padding-top: 7em; 
}
#search .button {
  background: rgb(60,60,60);
  color: white;
  border:0;
  width: 10em;
}
#search .textField { 
  background: black;
  color: white;
  width: 16em; 
}
