html {
    font-size: 10px;
}

.noprint {
    display: none;
}

header {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid lightgrey;
}
header .title {
    margin: 0.5rem 0;
    text-align: center;
    text-decoration: none;
}

nav > div {
    display: none;
}

.sidebar {
    display: none;
}

body {
    font-size: 1.2rem;
}
article {
    width: 100%;
}
article table {
    width: 100%;
    border: 1px solid lightgrey;
}
article img {
    max-width: 100%;
}
article img.aligncenter {
    display: block;
    margin: 1rem auto;
}

footer {
    display: none;
}
.comment-respond,
.crp_related ,
.post-tags,
.addtoany_content {
    display: none;
}
