html, body {
  min-height: 100%; }

body {
  font-family: Verdana;
  background: #fff9ed url("../layout/background.png") repeat-x;
  box-sizing: border-box;
  height: 100%; }
  body .wrapper {
    margin: 0 auto;
    width: 970px;
    height: 100%;
    min-height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    body .wrapper .header {
      margin-bottom: 8px; }
      body .wrapper .header img {
        border-left: 0px solid rgba(200, 200, 200, 0.25);
        box-shadow: 4px 4px 8px #646464; }
    body .wrapper .content {
      background: rgba(255, 255, 255, 0.8);
      padding: 20px;
      min-height: 100%; }
      body .wrapper .content a {
        color: #924420;
        transition: all 0.25s ease-in-out; }
        body .wrapper .content a:hover {
          color: #333; }
      body .wrapper .content h1 {
        font-size: 2rem; }
      body .wrapper .content h2 {
        font-size: 1.7rem;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #924420; }
      body .wrapper .content table th, body .wrapper .content table td {
        font-size: 0.95rem; }
      body .wrapper .content table tr.data td img {
        width: 18px;
        height: auto; }

/*# sourceMappingURL=style.css.map */
