body {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
/**
 * Wrapper.
 */
#wrapper {
    border: 0;
    padding: 20px;
    margin: 0;
}
ul {
    list-style: inherit;
}
#intro {
    padding-top:20px;
    padding-bottom:20px;
}
.homeoffice {
    margin-top:10px;
}
#logo-img {
    height:80px;
}
#title, h1 {
    font-size: 26px;
    padding-top: 10px;
}
#content h2, h3, #description {
    font-size: 16px;
}
.line-top {
    border: none;
}
#content, #header {
    background-color: transparent;
}
#bg-content{
padding:0;
}


/**
 * Print.
 */

::marker {
    display: none !important;
}
.non-printable {
    display: none !important;
}

.printable-only {
    display: block !important;
}
/* Don't print link hrefs */
@media print {
    a[href]:after {
        content: none
    }
}