h1, .h1 {
    margin-top: 0rem;
}
.t4-main-body {
    padding-top: 0rem;
}

      table {
            width: 100%;
            border-collapse: collapse;
        }

        th,
        td {
            padding: 8px;
            border: 1px solid #ddd;
        }
        @media screen and (max-width: 600px) {

            table,
            thead,
            tbody,
            th,
            td,
            tr {
                display: block;
            }

            thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            tr {
                margin-bottom: 20px;
                border: 1px solid #ddd;
            }

            td {
                border: none;
                position: relative;
                padding-left: 50%;
            }

            td:before {
                position: absolute;
                left: 6px;
                content: attr(data-label);
                font-weight: bold;
            }
        }
        
.divTable2 {display: table; width: 100%;}
.row2 { display: table-row;}
.cell2 {display: table-cell; vertical-align: top;}


.btn, .blog-list .item-readmore a {
    --t4-btn-padding-x: 0.9rem;
}

img.logo-img {max-width: 168px; max-height: 50px;}
.t4-topbar {
    padding-top: 0;
    padding-bottom: 0;}
.font-head {
    font-size: 12px;}
.acm-gallery.style-2 .browser-bar {
    /* background: var(--gray-300); */
    border-radius: 0.25rem 0.25rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    /* padding: 0 0.5rem; */
    height: 0rem;
}
.acm-gallery.style-2 .item-desktop-image {
    margin-bottom: 0rem;
}
.mb-3, .blog-list .item-meta {
    margin-bottom: 0.5rem !important;
}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.item-page .siderbar-article {
    position: sticky;
    top: 20px;
    display: none;
}

.table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #2e2e2e;
	border-collapse: collapse; 
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #212529;
	border: 1px solid #2e2e2e;
    text-align: center;
    vertical-align: middle;
}
.table td {
	border: 1px solid #2e2e2e;
	padding: 5px;
    text-align: center;
    vertical-align: middle;
}
