﻿
@page
{
    size: auto; /* auto is the initial value */
    margin: 0; /* this affects the margin in the printer settings */
}
.NonPrintable
{
    display: none;
}
.border-line
{
    display: none;
}
p
{
    display: none;
}
.menu
{
    display: none;
}
.classic
{
    display: none;
}

.mydatagrid td
{
    border: 1px solid black !important;
}
.rocket
{
    color: Black !important;
}
.header > td
{
    color: Black !important;
}
th
{
    color: black !important;
}
td {
    color: black !important;
}
a, a.text-color:hover {
    color: black !important;
}