﻿.at_compare_values_col table.unstriped tbody td {
    padding: 15px 20px;
}

.at_overview:not(.at_compare) table.unstriped tbody td:last-child {
    padding: 0.9375rem 1.25rem 0.9375rem 0;
}

.rtl .at_overview:not(.at_compare) table.unstriped tbody td:last-child {
    padding: 0.9375rem 0 0.9375rem 1.25rem;
}

table.unstriped tbody {
    border: none;
}

@media (max-width: 1199px) {
    .at_compare_values_row_mobile table.unstriped tbody th,
    .at_compare_values_row_mobile table.unstriped tbody td {
        font-size: 12px;
        white-space: nowrap;
        padding: 20px;
    }

    .rtl .at_compare_mobile table.unstriped tbody td:first-child,
    .rtl .at_compare_mobile table.unstriped tbody td:last-child {
        padding: 0.9375rem 1.25rem;
    }

    .at_compare_values_row_mobile table.unstriped tbody th {
        border-top: 1px solid #e9edef;
    }
    .at_compare_values_row_mobile table.unstriped tbody th,
    .at_compare_values_row_mobile table.unstriped tbody td {
        background: #fff;
        border-right: 1px solid #e9edef;
    }
}

@media (min-width: 1200px) {
    .at_overview_col.active.at_hovered_col:not(.at_compare_col):not(:last-child) table.unstriped tbody tr,
    .at_overview_col.at_hovered_col:not(.at_compare_col) table.unstriped tbody tr,
    .at_hovered_col:not(.at_compare_col) table.unstriped tbody tr {
        border-left: none;
        border-right: none;
    }

    .at_overview_col table.unstriped tbody tr:last-child {
        border-bottom: none;
    }
}
