table#exp-kit-table {
    border: 2px solid #fff;
}

table#exp-kit-table #col1 {
    width: 19%;
    min-width: 150px;
}

table#exp-kit-table #col2 {
    width: 19%;
    min-width: 155px;
}

table#exp-kit-table #col3 {
    width: 8%;
    min-width: 80px;
}

@media (min-width:1648px) {
    table#exp-kit-table #col3 {
        width: 7%;
    }
}

table#exp-kit-table #col4 {
    width: 16%;
    min-width: 160px;
}

@media (min-width:1648px) {
    table#exp-kit-table #col4 {
        width: 14%;
    }
}

table#exp-kit-table #col5,
table#exp-kit-table #col6 {
    width: 19%;
    min-width: 180px;
}

table#exp-kit-table thead th:first-child {
    background-color: #fff;
    padding: 8px 20px 8px 0;
    vertical-align: middle;
}

table#exp-kit-table thead th:not(:first-child) {
    background-color: #e2e2e2;
    text-align: center;
    font-size: 1.2rem;
    color: #4e9fec;
    vertical-align: middle;
    padding: 8px;
}

table#exp-kit-table tbody tr.sub-header td:first-child {
    text-align: right;
    font-weight: bold;
    font-size: 1.01rem;
    border-right: none;
    background-color: #fff;
    line-height: 1;
    padding: 2px 20px 2px 0;
    vertical-align: middle;
}

table#exp-kit-table tbody tr.sub-header td:not(:first-child) {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background-color: transparent;
    border-right: 2px solid #fff;
}

table#exp-kit-table tbody tr:nth-child(3) td:first-child {
    vertical-align: middle;
}

table#exp-kit-table tbody tr:nth-child(3) td:not(:first-child) {
    padding: 8px;
}

table#exp-kit-table tbody tr.sub-header td#dev-exp-kit,
table#exp-kit-table tbody tr.sub-header td#access-edge-exp-kit,
table#exp-kit-table tbody tr.sub-header td#near-edge-exp-kit {
    width: 12%;
    padding: 2px;
}

table#exp-kit-table tbody tr.sub-header td#on-prem-exp-kit {
    width: 20%;
    padding: 2px;
}

table#exp-kit-table tbody tr.sub-header td#dev-exp-kit figure,
table#exp-kit-table tbody tr.sub-header td#access-edge-exp-kit figure,
table#exp-kit-table tbody tr.sub-header td#near-edge-exp-kit figure,
table#exp-kit-table tbody tr.sub-header td#on-prem-exp-kit figure {
    margin: 10px auto;
}

table#exp-kit-table tbody tr.tbtext td:first-child {
    text-align: right;
    background-color: #fff;
    padding: 8px 20px 8px 0;
    border-right: none;
    line-height: 1;
}

table#exp-kit-table tbody tr.tbtext td:nth-child(2) {
    border-right: 2px solid #fff;
}

table#exp-kit-table tbody tr.tbtext td:not(:first-child) {
    background-color: #e2e2e2;
    text-align: center;
    color: #8bae46;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    padding: 0;
}

table#exp-kit-table tbody tr.tbtext td:not(:first-child):not(:nth-child(2)) {
    border-right: none;
}

table#exp-kit-table tbody tr.rec-exp-kit td:nth-child(2) {
    background-color: #8f5da2;
    color: #fff;
    border-radius: 5px;
}

table#exp-kit-table tbody tr.rec-exp-kit td:not(:first-child):not(:nth-child(2)) {
    background-color: #8f5da2;
    color: #fff;
    border-right: none;
}

table#exp-kit-table tbody tr.rec-exp-kit td:nth-child(3) {
    border-radius: 5px 0 0 5px;
}

table#exp-kit-table tbody tr.rec-exp-kit td:nth-child(4),
table#exp-kit-table tbody tr.rec-exp-kit td:nth-child(5) {
    border-radius: 0;
}

table#exp-kit-table tbody tr.rec-exp-kit td:nth-child(6) {
    border-radius: 0 5px 5px 0;
}

table#exp-kit-table tbody tr.sub-header td#dev-exp-kit figure img,
table#exp-kit-table tbody tr.sub-header td#access-edge-exp-kit figure img,
table#exp-kit-table tbody tr.sub-header td#near-edge-exp-kit figure img {
    object-fit: cover;
    width: 225px;
    height: 300px;
}

@media (min-width: 1630px) {
    table#exp-kit-table tbody tr.sub-header td#dev-exp-kit figure img,
    table#exp-kit-table tbody tr.sub-header td#access-edge-exp-kit figure img,
    table#exp-kit-table tbody tr.sub-header td#near-edge-exp-kit figure img {
        object-fit: cover;
        width: 300px;
        height: 400px;
    }
}

table#exp-kit-table tbody tr.sub-header td#on-prem-exp-kit figure img {
    object-fit: cover;
    width: 270px;
    height: 300px;
}

@media (min-width: 1630px) {
    table#exp-kit-table tbody tr.sub-header td#on-prem-exp-kit figure img {
        object-fit: cover;
        width: 360px;
        height: 400px;
    }
}