/*
div#wrapper div#content {
  border: 0;
}
*/

.padLeft {
  padding-left: 0.5em;
}
.padRight {
  padding-right: 0.5em;
}
.width50 {
  width 50%;
}

div.address {
  .border: solid 1px red;
  font-size: 1.5em;
  line-height: 1.25;
  margin: 1em 0;
  text-align: center;
}
div.two-photo {
  margin-bottom: 1em;
  width: 100%;
}
div.two-photo img {
  vertical-align: middle;
  width: 100%;
}
h4.detail-header {
  border-top: solid 2px #959ca1;
  border-bottom: solid 2px #959ca1;
  font-family: 'OpenSansSemiboldItalic';
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 1em;
  padding: 0.5em;
  text-align: center;
}
/*
div.detail-header hr {
  margin: 6px 18px;
}
*/
div.detail-table {
  display: table;
  margin-bottom: 1em;
  width: 100%;
}
div.detail-cell {
  background-color: #959ca1;
  display: table-cell;
  padding: 0.5em;
  width: 49%;
}
/*
div.detail-cell table {
  background-color: #959ca1;
  width: 100%;
}
*/
div.detail-footer {
  background-color: #959ca1;
  color: #000;
  .border: solid 1px blue;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  padding: 0.5em;
}
div#content div.detail-footer b {
  font-family: 'OpenSansSemibold';
  font-weight: normal;
  margin-right: 0.5em;
}

div#content div.detail-table div.detail-cell table {
  .margin: 0;
}

div#content div.detail-table div.detail-cell table th,
div#content div.detail-table div.detail-cell table td {
  .border: 1px dotted blue;
  color: #000;
  font-size: 0.9em;
  padding: 0.25em;;
  text-align: left;
  vertical-align: top;
}
div#content div.detail-table div.detail-cell table th {
  font-family: 'OpenSansSemibold';
  font-weight: normal;
  white-space: nowrap;
}
div#content div.detail-table div.detail-cell table td {
  width: 100%;
}
div#content div.detail-table div.detail-cell table td ul {
  list-style: disc;
  margin: -3px 0 0 0;
}
div#content div.detail-table div.detail-cell table td ul li {
  font-size: 0.7em;
  line-height: 1.25;
}

