@import url("../stylesheet/reset.css");

body {
  background-color: #646464;
  font-family: sans-serif;

  width: 320px;
}

div#wrapper {
  background-color: #ffffff;
  overflow: hidden;
}
div#wrapper div#header {
  background-color: #ad0101;
  padding: 6px;
}
div#wrapper div#header img {
  width: 98%;
}
div#wrapper div#title {
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
}
div#wrapper div#menubar {
  display: table;
}
div#wrapper div#footer {
  border-top: 2px solid #ad0101;
  font-size: 0.9em;
  margin-top: 3px;
  padding-bottom: 8px;
}
div#wrapper div#eho {
  text-align: center;
}
div#wrapper div#disclaimer {
  background-color: #646464;
  color: #aaa;
  font-size: 0.75em;
  line-height: 1.2;
  padding: 6px;
  text-align: center;
}

div#header img {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  padding: 3px;
  vertical-align: bottom;
}

div#menubar div.menuitem {
  font-size: 0.6em;
  font-weight: bold;
  display: table-cell;
  padding: 0 1px;
  width: 63px;
}

div.menuitem a {
  background-color: #ad0101;
  color: #fff;
  display: block;
  height: 2.5em;
  line-height: 1.25;
  padding: 6px 4px 4px 4px;
  text-align: center;
  text-decoration: none;
}
div#content h1 {
  font-size: 0.9em;
  padding: 0.5em;
  text-align: center;
}

div#back form input {
  display: block;
  margin: 0.3em auto 0 auto;
  width: 7em;
}

div#footer a {
  text-decoration: none;
}
div#footer p {
  padding-top: 5px;
  text-align: center;
}

table.vacant {
  width: 100%;
}
table.vacant td {
  font-size: 0.75em;
  line-height: 1.1;
  padding: 0.25em;
  text-align: center;
  vertical-align: middle;
}
table.vacant td img {
  height: 75px;
  vertical-align: bottom;
  width: 150px;
}
table.vacant td.data {
  width: 60%;
}
table.vacant tr.odd-row {
  background-color: #d69661;
}
table.vacant tr.even-row {
  background-color: #d66161;
}

div#content div.address {
  font-size: 1.5em;
  padding: 0.25em;
  text-align: center;
}
form input {
  padding: 0.5em;
}
div#content div.photo img {
  vertical-align: bottom;
  width: 320px;
}
div#content div.info {
  background-color: #d66161;
  font-size: 0.9em;
  line-height: 1.1;
  margin: 0.15em;
  padding: 0.2em;
}
div#content div.info table th {
  padding: 0 0.5em 0.15em 0;
  text-align: left;
  white-space: nowrap;
}

#eggKrate {
  margin: 0;
  width: 320px;
}

