@import url("./screen.css");

/*  GENERAL */

#printversion {
    display: none;
}

#screenversion {
    display: inline;
}

#explanation {
    display: none;
}

.iconplus {
    display: none;
}

.noprint {
    display: none;
}


/*  HEADER */

#logo {
    display: none;
}

#options {float: right;}


/*  NAVIGATION BAR */

#navigation {
    display: none;
}


/*  CONTENT  */

#content {
    margin-top: 1em;
    margin-left: 1em;
}


/*  FOOTER  */

.footer {
    display: none;
}

