header h3, footer {
  background-color: #d5e1dd;
  color: #747e80;
  text-align: left;
  width: 78%;
  padding-left: .5em;
  border-radius: 15px;
  -moz-border-radius: 15px;
}
#inputArea {
  width: 80%;
}
#inputArea p {
  padding-top: 1em;
}
#inputForm, #inputString {
  background-color: #d5e1dd;
  color: #747e80;
  border: thin solid black;
  padding: 1em;
  margin: 1em;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;
  border-radius: 15px;
  -moz-border-radius: 15px;
}
#inputBlock {
  width: 80%;
  height: 5em;
  margin-top: 1em;
}
#targetUri {
  width: 80%;
}
#clearButton {
  float: left;
  margin-top: 2em;
  color: #2b3e42;
}
#focusInfo {
  clear: both;
  border: thin solid black;
  width: 80%;
}
