@page {
  size: A4 portrait;
}
  
.container .two-thirds.column {
    width: 500px;
}
.container .one-third.column {
    width: 180px;
}

.sidebar ul li {
    margin-bottom: 10px;
}

header {
    display: none;
}
.mobile-nav, .menu-navigation-container, .noprint, .ml-slider, #dpsp-floating-sidebar, #wpfront-scroll-top-container, #disqus_thread {
    display: none !important;
}

a {
   font-weight: bolder;
   text-decoration: none;
}

a[href^=http]:after {
font-size: 12px;
line-height: 0.4em !important;
font-weight: normal;
content:" [" attr(href) "] "; 
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}

a[href^="#"]:after {
   content: "";
}

#content {
    display: block;
    padding: 0 !important;
}
#comments {
    display: none;
}
.printonly {
    display: block !important;
}
aside {
    display: none !important;
}
footer {
    display: none;
}

body { 
    background: white; 
    color: black;
    margin:0; 
}

h1 {
    color: black;
}

h1+p {
    font-size: 20px;
    font-style: italic;
    width: 620px;
    color: black;
}

.wp-caption {
    border: 2px solid black;
    background-color: black !important; 
    color: white !important;
}

.wp-caption-text:before {
    border-top: 1px solid grey;
}

/* Adding custom messages before and after the content */
body:after {
content: "\ All Rights Reserved. (c) 2017 Centre for Evidence-Based Medicine - cebm.net";
color: #999 !important;
font-size: 1em;
padding-top: 30px;
text-align: center;
}

/*
nav:before {
content: "\ This article was originally published on the Catalogue of Bias (https://catalogofbias.org/) and was prepared by staff at the Centre for Evidence-Based Medicine. Thank you for printing it.";
color: #777 !important;
font-size: 1em;
padding-top: 30px;
text-align: center !important;    
}
*/