
/*
  print.css
  Removes the action buttons at the top and 
  the delete link at the bottom for better printing.
*/

ul.actions {
	display: none;
}

#delete-link {
	display: none;
}

.totop {
	display: none;
}


.markdown-body {
    padding: 0;
}

.wiki-wrapper, .index-wrapper {
    background-color: #fff;
    float: none;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    width: 90%;
}

.index-wrapper .eme-link{
    pointer-events: none;
}

.index-wrapper .title{
   display: list-item;
   list-style: none;
    /*list-style-image: url("/s/eme/main/img/logoS.png");
    list-style-position: inside;*/
    margin: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

@page {
    counter-increment: page;
    counter-reset: page 1;
    @top-right {
        content: "Page " counter(page) " of " counter(pages);
    }
}

h2.level1 { page-break-before: always }
