﻿@page {
    size: auto;
}

body {
    -webkit-print-color-adjust: exact !important;
}

.paper {
    padding: 25px 25px 25px 25px;
}

.paper-margin {
    /*margin: 25px 25px 25px 25px;*/
}

.bottom {
    position: absolute;
    bottom: 10px;
    padding: 25px;
    margin-left: -25px;
}


.paper-padding {
   background-color: white;
}

.text-blue {
    color: #2a6da8;
}

.col-space-0 th {
    text-align: center !important;
    border: 1px solid #333 !important;
}

.col-space-10 th {
    text-align: center;
    border-bottom: 1px solid #333;
}

.spacer {
    border: none !important;
    width: 2px !important;
}

.thinrows td {
    padding: 0 5px 0 5px !important;
    line-height: 30px !important;
    border: 1px solid #DDD;
}

/** {
    border: solid 1px red;
}*/