/* Top Navigation Bar */
.topnav {
    width: 100%;
    background-color: #111;
    overflow: hidden;
}

.topnav h2 {
    float: left;
    color: white;
    margin: 0;
    padding: 14px 20px;
}

.topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.topnav ul li {
    float: left;
}

.topnav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

.topnav ul li a:hover {
    background-color: #555;
    font-weight: bold;
}

/* Main Content */
.content {
    padding: 20px;
    margin-top: 60px; /* Adjust this margin-top to match the height of your topnav */
}
.cname{display:none !important;}

@media print {
        .doNotPrint{ display:none; }
        .dataTables_filter, .dataTables_info, .cn { display: none; }
        .dataTables_length, .dataTables_wrapper .dataTables_paginate {display: none;}
        #exportButton{display:none;}
        .ftco-section .card.m-5 {margin: 0px !important;}
        .ftco-section .b1 {border: 3px solid #ffffff !important;}
        .cname{display:block !important; text-align: center; font-size: 28px !important; border: 0px !important; background: none !important;}
}