@media only print
    {
    body {
        color: #000;
        font: 10px "Lucida Sans Unicode","Lucida Grande",sans-serif;
        line-height: 14px;
        page-break-inside:avoid;
        width: 800px !important;
    }
    th, td
    {
        text-align:left;
    }
    table tr {
        border-top: #000 solid 1px;
        border-bottom: #000 solid 1px;
        border-left: #000 solid 1px;
        border-right: #000 solid 1px;
        padding: 0px;
    }
    
    table {
    border-collapse: collapse;       
    }
    
    .table1 td {
        width: 10% !important;
    }
    .table2 td {
        width: 23.3%;
    }
    table td, table tr {
    padding: 1px;
}
    h1, h2, h3, h4, h5, h6 {
        color: #000;
        font-family: "Roboto Slab",serif;
        font-weight: 400;
        line-height: 1.25;
        margin-bottom: 15px;
    }
    h2, h2 .button {
        font-size: 28px;
    }
    #content {
        margin-top: 0px;
    }
    
    .ydelseTilbage {
        display: none;
    }
}
