﻿.compare-table {
    border-collapse: collapse;
    width: 100%;
}

.sticky-row td {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    border-top:0px !important
}

.table-wrapper {
    max-height: 800px;
    overflow-y: auto;
}
