html, body, #page_container {
    height: auto !important;
}

#page_container, body {
    background:none;
    padding:0px !important;
    margin:0px !important;
    width:100%;
    /*height:100%;
    min-height: 100%;*/

    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
}

.main {
    padding:0px;
}

header, footer, nav, a, .footer_container, .tl_foot, .header_body_gap, .content_box {
    display:none !important;
}

#print_logo {
    padding-bottom:20px;
    opacity:0.4;
}

#timeline {
    position:relative;
    height: auto !important;
    width:100%;
    left:0px;
    top:0px;
    background: #fff;
}

/*
.tbl_head {
    display:table-header-group;
}
.tbl_foot {
    display:table-footer-group;
}*/

.tbl_table {
    position: relative;
    display: table;
    width:99%;

    page-break-before:auto;
    page-break-after:auto;
}

.tbl_row {
    position: relative;
    display: table-row;
    width:100%;
    page-break-inside:avoid;
}

.tbl_col {
    position: relative;
    display: table-cell;
    padding:5px;
    margin:0px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    page-break-inside:avoid;
}

.tbl_row:first-child .tbl_col {
    border-top:1px solid #ccc;
}
.tbl_head .tbl_col {
    font-weight: bold;
    background: #ccc;
    color:#000;
}
.tbl_col:last-child {
    border-right:1px solid #ccc;
}

.tbl_col.span2 {
    width:200%;
}
.tbl_col.span3 {
    width:300%;
}
.tbl_col.span4 {
    width:400%;
}
.tbl_col.span5 {
    width:500%;
}

.tbl_head .tbl_col {
    font-weight: bold;
    white-space: nowrap;
}

.tl_box label, .tl_box h3 {
    display:none;
}

.tl_box li {
    list-style-type: none;
    margin-bottom:8px;
}

.screen_only {
    display: none;
}

.tbl_head .tbl_col {
    text-align: center;
}

.tbl_head .tbl_col.type_version {
    box-shadow: inset 0 0 0 1000px #E8E8E8;
    background-color: #E8E8E8 !important;
    text-align: center;
}

.tbl_head .tbl_col.type_sisa {
    box-shadow: inset 0 0 0 1000px #DEEAF6;
    background-color: #DEEAF6 !important;
}
.tbl_head .tbl_col.type_taxa {
    box-shadow: inset 0 0 0 1000px #FBE4D5;
    background-color: #FBE4D5 !important;
}
.tbl_head .tbl_col.type_othr {
    box-shadow: inset 0 0 0 1000px #E2EFD9;
    background-color: #E2EFD9 !important;
}
.tbl_head .tbl_col.type_case {
    box-shadow: inset 0 0 0 1000px #FFE599;
    background-color: #FFE599 !important;
}
.tbl_head .tbl_col.type_smsf {
    box-shadow: inset 0 0 0 1000px #E8D9F3;
    background-color: #E8D9F3 !important;
}
.tbl_head .tbl_col.type_corr {
    box-shadow: inset 0 0 0 1000px #FFAD9F;
    background-color: #FFAD9F !important;
}