/**
 * Common Search
 **/

#logo {
  width: 25%;
  text-align: left;
  vertical-align: top;
}

#goback {
  vertical-align: top;
  text-align: right;
  width: 75%;
}

#href-goback {
  font: bold 150% Arial;
}

a.gotop {
  text-align: left;
}

#results-canvas {
  width: 100%;
}

#results-header {
  width: 100%;
  clear: both;
  margin-bottom: 1em;
}

#results-footer {
  width: 100%;
  clear: both;
  margin-top: 1em;
}

.result-components {
  display: table-row;
}

.result-component {
  padding: 0 .25em;
  text-align: left;
  vertical-align: top;
  display: table-cell;
}

a.result-href {
  font: bold 14px Arial;
}

/**
 * Common Search
 **/