@import "index.css";

#photos {
  width: 700px;
  margin: 1em auto;
}

#main-text .item-image {
  width: 310px !important;
  float: left;
  margin-left: 20px;
}

table.spec {
  width: 500px;
  border: solid 1px #000;
  margin: 0em auto 1em;
}

table.spec caption {
  text-align: left;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 120%;
  padding: 3px 1em;
  caption-side: top;
  width: 500px;
  margin: 1em auto 0em;
}

table.spec th {
  text-align: left;
  vertical-align: top;
  width: 7.5em;
  padding-left: .5em;
}
