/* Set the page size to a4 */
 body{ 
    width: 210mm 
}

/* Hide from print */
.hide-in-print,
header,
nav,
#contentheader,
footer{
    display: none !important;
}

/* Show in print */
.show-in-print{
    display: block !important;
}

/* Hide dataTables elements */
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate
{
    display: none !important;
}

.typography table tr th:first-child {
    border-top-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
}

.typography table tr th:last-child {
    border-top-right-radius-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
}

#Content{
    padding: 30px;
}

/* Show in Printer */
.show-in-print{
  display: block !important;
}


/* Misc */
.page-break{
    margin: 0;
    padding: 0;
    padding-bottom: 0px !important;
    height: 1px;
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    page-break-after: always;
}
