
.compare-scroller {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 5px;
}
table {
    empty-cells: show;
    border: 1px solid;
    margin: 18px 0px 0px 0px;
}

.compare table {
    border: 0px solid;
}
.compare-sticky-col {
    min-width: 180px;
}
table.compare-table {
    padding-bottom: 20px!important;
    margin-top: 20px!important;
	border-color: #eaeaea;
}

.compare-table {
    overflow: auto;
}

.compare-table {
    border: none;
    border-right: 1px solid;
    border-collapse: separate;
    border-spacing: 0;
}



.compare-sticky-col-th {
    height: 95px!important;
}
.compare-table {
    border: none;
    border-right: 1px solid ;
    border-collapse: separate;
    border-spacing: 0;
}
.compare-table thead th {
    border: 1px solid #eaeaea;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
    border-left: 10px solid #eaeaea!important;
    border-right: 00px solid #eaeaea;
    border-top: 10px solid #eaeaea;
}
.compare-table thead th:last-child {
    border-right: 10px solid #eaeaea!important;
}
.compare-table tbody td {
    border: 1px #eaeaea solid;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    white-space: nowrap;
    height: 50px;
    border-left: 10px solid #eaeaea!important;
    border-right: 00px solid #eaeaea;
}
.compare-table tbody td:last-child {
    border-right: 10px solid #eaeaea!important;
}
.compare-wrapper {
    position: relative;
}
.compare-scroller {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 5px;
}
.compare-table .compare-sticky-col {
    border-left: 10px solid #eaeaea!important;
    border-right: 10px solid #eaeaea;
    width: 200px;
    height: 50px;
    border: 1px solid #eaeaea;
    font-size: 12px!important;
    text-align: center;
    padding: 4px 0px;
}
.compare table td {
    min-width: 150px;
}
@media only screen and (max-width:1020px){

    .compare-table tbody td {
        height: 50px!important;
    }
}

@media only screen and (max-width:921px){

    .compare-table .compare-sticky-col {
        font-size: 10px!important;
        left: 0;
        position: sticky;
        position: -webkit-sticky;
        top: auto;
        min-width: 280px;
        background-color: #fff;
    }
    th.compare-sticky-col.compare-sticky-col-th {
        height: 95px!important;
    }
    .compare-wrapper {
        padding: 20px;
    }
    .compare table td {
        min-width: 220px;
    }
}
@media only screen and (max-width: 544px){
    .compare-table .compare-sticky-col {
        min-width: 180px;
    }

    .compare-scroller {
        margin-left: 0px;
    }
    .compare-scroller img.size-full {
        height: 55px!important;
    }
    .compare table td {
        min-width: 115px;
    }
}
@media only screen and (max-width: 360px){
    .compare-table .compare-sticky-col {
        max-width: 150px;
    }
}
@media only screen and (max-width: 300px){
    .compare-table .compare-sticky-col {
        max-width: 125px!important;
    }
}
