#intro {
    height: 50pt;
    margin-bottom: 16pt;
    margin-left: -20pt;
}

#intro A {
    color: #00F;
}

#name-block {
    clear: none;
    float: left;
    border: 4pt solid #000;
    margin-right: 1.5em;
    padding: 2pt 8pt 2pt 8pt;
}

#contact-block {
    clear: none;
    line-height: 4pt;
}

#intro h1 {
    font-family: Oswald;
    font-weight: bold;
    font-size: 26pt;
    margin-top: 3pt;
    margin-bottom: 3pt;
}

#intro h2 {
    line-height: 11pt;
    font-size: 10pt;
}

#intro h3 {
    line-height: 11pt;
    font-size: 10pt;
}

.alternate-print {
    display: block;
    float: right;
    clear: none;
    margin-top: -24pt;
    color: #888;
}

.hidden {
    display: none;
}

.alternate-web {
    visibility: hidden;
}

#bg-canvas {
    display: none;
}

A:link, A:visited {
    color: #88F;
    text-decoration: none;
}

body {
    color: black;
    font-size: 10pt;
    font-family: PT Serif;
    margin: 8pt 32pt 32pt 32pt;
}
h2 {margin: 4pt 0pt; font-size: 14pt;}
h3 {margin: 1pt 0pt; font-size: 12pt;}

ul {margin: 1pt 0pt;}

.sidebar-container {
    float: left;
    width: 100%;
}

.sidebar {
    float: left;
    clear: none;
    width: 72pt;
    height: 100%;
    margin-right: 1em;
}

.mainbar {
    display: block;
    float: left;
    clear: none;
    height: 100%;
}

.info-block {
    clear: both;
    margin-top: 4pt;
    padding-bottom: 4pt;
    border-bottom: 2pt solid #DDD;
    height: auto;
    width: 100%;
    display: table;
}

.mainbar.skills {
    width: 45em;
}

.sidebar.skills {
    width: 4em;
}

#projects > .sidebar #education > .sidebar {
    width: 5em;
}

.education {
    width: 5em;
}

.projects h2 {
    width: 5em;
}

#projects * h3 {
    display: inline-block;
    width: 5em;
}

.mainbar {
    width: 600px;
}

.detail {
    float: left;
    display: block;
    page-break-inside: avoid;
}

.code {
    font-family:'Courier New', Courier, monospace;
}

.emphasis {
    font-size: 10pt;
    font-weight: bold;
    margin-left: 8pt;
}

.note {
    font-size: 8pt;
    margin-left: 16pt;
}

.right {
    float: right;
    margin-top: 2pt;
}

.fix-print {
    font-family: Oswald;
    visibility: hidden;
}
