
body, h1, h2, h3, ul.meta li b, a {
    color: #000!important;
}

h1 {
    text-align: left;
}

em {
    text-align: left;
}

a {
    text-decoration: none!important;
}

strong {
    font-size:16px;
}


#wrapper {
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}

#header {
    overflow: hidden;
    position: initial;
}

#header h1, #header.sticky h1 {
    display: none;
}

#header.sticky {
    box-shadow: none;
}

#logo {
    float:none;
    margin:0px;
}

.content {
    width: auto;
    max-width: 100%;
}

section.content {
    padding-top:0px;
}

.isFirst {
    padding-top:0px;
}

article {
    padding:15px 0px;
}

article.job {
    padding-top:30px;
}

/**
 * Print.
 */
.non-printable {
    display: none !important;
}

.print-only {
    display: block !important;
    margin-top:50px;
    font-size: 20px;
}
