/* #######################################################################

	3.	General Layout

####################################################################### */
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

#map img {
  max-width: inherit !important;
}

article ul, article ol {
  margin-left: 0;
  padding-left: 2em;
  margin-bottom: 1em;
}

article ul li, article ol li {
  margin: 0.25em 0 0.5em 0;
}

article ul ul, article ol ol, article ol ul, article ol ul, article .commentlist ul, .commentlist ol.commentlist {
  margin-top: 0.5em;
  margin-bottom: 0;
}

blockquote {
  padding: 1em 2em 0.5em 2em;
  margin-bottom: 1em;
}

table {
  margin-bottom: 1em;
}

table, table td, table th {
  border-collapse: collapse;
}

table td, table th {
  padding: 5px 10px;
}

table th {
  text-align: left;
  font-weight: 400;
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
}

table td {
  background: #fff;
  border: 1px solid #d1d1d1;
}

table tr.alt td {
  background: #f1f1f1;
}

table tr:hover td {
  background: #efefef;
  color: #fff;
}

.archive-content .the-content article {
  float: none;
  margin: 0;
}

