body {
    margin: 0;
    padding: 0;
    background: #45568D;
    color: #222323;
    font-family: Calibri, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

.topbar {
    height: 25px;
    background-repeat: repeat-x;
}

.outer {
    width: 630px;
    margin: auto;
}

.menu {
    width: 149px;
    height: 264px;
    background-repeat: repeat-x;
    padding: 24px;
    box-sizing: border-box;
    float: left;
    position: relative;
    background: #313b5f;
}

.main {
    width: 470px;
    background: #E1D8D4;
    box-shadow: 3px 3px 0 #222323;
    float: left;
    padding: 24px;
    box-sizing: border-box;
    padding-bottom: 48px;
    min-height: 600px;
}

.menu a.link {
    margin-bottom: 8px;
    display: block;
    box-shadow: 2px 2px 0 #222323;
    background-image: url('img/button.png');
    height: 18px;
    width: 100px;
    color: #fff5f0;
    text-shadow: 1px 1px 1px black;
    text-decoration: none;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
}

.menu a.link:hover {
    box-shadow: 1px 1px 0 #222323;
    position: relative;
    top: 1px;
    left: 1px;
}

h1 {
    background: #313b5f;
    color: #e1d8d4;
    padding: 0 6px;
    margin: 0;
    font-size: 14px;
}

.title {
    position: absolute;
    top: -23px;
    left: 3px;
    width: 610px;
}

.title a {
    color: #e1d8d4;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 12px;
    opacity: 0.7;
}

.header {
  background: #45568d;
  height: 212px;
  width: 486px;
}

.thumb {
    width: 150px;
    height: 92px;
    background: #45568d;
}

.main img {
    border: 1px solid #313b5f;
}

img {
    max-width: 100%;
}

a {
    color: #45568d;
}

table.page td {
  vertical-align: top;
}

h2 {
  border-bottom: 1px dashed #45568d;
  color: #45568d;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 4px;
  margin-top: 36px;
}

.border-0 {
    border: none !important;
}

a .mockturne {
    cursor: default;
    margin-left: 8px;
    margin-top: 9px;
    display: block;
    background: #313b5f;
    position: absolute;
    z-index: 3;
}

a .mockturne:hover {
    opacity: 0;
}

a .mockturneNOO {
    cursor: default;
    margin-left: 8px;
    margin-top: 9px;
    display: block;
    position: absolute;
    top: 24px;
    background: #313b5f;
    z-index: 2;
}

a.link:first-child {
    margin-top: 90px;
}

.links {
    margin-top: 95px;
}

code {
    background: #D0C6C1;
    padding: 3px 4px;
    border-radius: 4px;
}

pre, textarea {
  background: #313b5f;
  color: #e1d8d4;
  font-size: 11px;
  overflow: auto;
  padding: 8px 12px;
  border-radius: 4px;
}

pre > code {
    background: inherit;
    padding: inherit;
    border-radius: inherit;
}