@media print {
    * {
        font-family: 'Georgia', serif;
        color:black;
        font-size: 14px;
        margin:0;
        padding:0;
        line-height: 14px;
    }
    h1 {
        color: #000;
        background: none;
    }



    OL { counter-reset: item; margin:0; }
    LI { display: block }
    LI:before { content: counter(item) ". "; counter-increment: item; }
    .diseasesPrint li:before { font-weight: bold; text-decoration: underline; }

nav, aside {
display: none;
}

body, article {
width: 100%;
margin: 0;
padding: 0;
}
body {
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@page {

}
}