﻿@media print {

    .base_content{
        border-style:none !important;
    }

    .topcontent, .banner, .section-nav-mobile {
        display: none !important;
    }

    #app .controls {
        display: none;
    }

    #app table {
        width: 80%;
    }

        #app table tbody {
            border-style: solid;
            border-color: black;
            border-width: 0 1px 1px 0;
        }

        #app table td {
            border-style: solid;
            border-width: 0px;
            border-color: black;
            border-top: 1px solid;
            border-left: 1px solid;
        }

        #app table thead td:nth-child(1) {
            border-width: 0px;
        }

    h1, h2, h3, h4 {
        color: black !important;
    }
}
