#mpcpgv-attribute-table thead#myHeader.sticky {
        position: sticky;
        position: -webkit-sticky;
	    position: -moz-sticky;
	    position: -ms-sticky;
	    position: -o-sticky;
        top: 59px;
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
        background: #fff;
        z-index: 999;
        width: 100%;
}
#mpcpgv-attribute-table {
    border-collapse: separate !important;
}
#mpcpgv-attribute-table td {
    border-width: 1px 2px 1px 2px !important;
}
#mpcpgv-attribute-table tbody tr:last-of-type td {
    border-width: 1px 2px 2px 2px !important;
}
#mpcpgv-attribute-table tr th {
    border-width: 2px !important;
}