body {
    padding: 0px;
    margin: 0;
}

@media screen {
    #actionBlock {
        position: fixed;
    }

    .page_header {
        display: none;
    }

    .footer {
        display: none;
    }

    .main {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 804px;
    }
}

@media print {
    #actionBlock {
        display: none;
    }

    .main {
        width: 100%;
    }
}

.vertical {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);
    width: 22px;
    height: 100%;
    margin-bottom: -96px;
    font-size: 11px;
}

table, tr, td, th {
    clear: both;
}

.main {
    border-collapse: collapse;
    border: 3px solid black;
    border-bottom: none;
    border-right: none;
}

.page-break {
    page-break-after: always;
}

.main tr {
    max-height: 163px;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
}

.overflow {
    max-height: 163px;
    overflow: hidden;
}

.main td, .main th {
    padding: 0;
    margin: 0;
    border-right: 1px solid black;
}

.main table td {
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid black;
    min-width: 140px;
    width: 140px;
    font-size: 12px;
    height: 27px;
    line-height: 12px;
}

.main table th {
    width: 32px;
    height: 27px;
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid black;
}

.separator {
    height: 10px;
}

.exBlockList {
    text-align: center;
    width: 100%;
}

p {
    margin: 0;
    padding: 0;
    text-indent: 2px;
}

.nulled {
    height: 15px;
}
