/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 18, 2015, 10:03:10 AM
    Author     : mikkel
*/

@import url('/css/lists.css');

@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 20mm 10mm 10mm 10mm;  
} 

body{
    margin: 0mm;
    font-size: 8pt;
    font-family: 'Raleway';
}

.dataTable {
    padding: 0px;
    border-spacing: 0px;
    min-width: 100%;
    color: #000;
}

.dataTable td{
    padding: 5px;
    color: #000;
}

.dataTable th{
    padding: 5px;
    color: #000;
}

.odd{
    background-color: #f4f4f4;
}

.DTTT_print_info{
    display: none;
}