html, body {
    height: 99%;
}

body {
    font-size:12px!important;
    line-height:15px;
}
.print-only {
    display:block!important;
}
.non-printable  {
    display: none !important;
}
article {
    margin: 0px;
    padding-bottom:20px;
}
#wrapper {
    padding:0px;
}
#header {
    position:relative;
    box-shadow: none;
    overflow: hidden;
    border-bottom: none;
}
.content {
    padding:20px 16px;
}
.meta li {
    width: 100%;
    float: none;
}
.meta .image {
    width:20px;
    height:20px;
    margin-right: 10px;
}
.meta span {
    top:0px;
}
p, th, td, ul, ol, div {
    font-size:12px;
    line-height: 15px;
}
h1 {
    font-size:16px;
    line-height: 22px;
}
h2 {
    font-size:14px;
    line-height: 18px;
}
h3 {
    font-size: 12px;
    line-height: 15px;
}
.content ul li:before {
    top:4px;
}
footer {
    display: none
}