div.table-container {
    overflow-x: auto;
    margin-bottom: 1rem;
}

table.table-compare {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    background-color: #f5f5f5;
}

table.table-compare td,
table.table-compare th {
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    border: 10px solid #ffffff;
}

table.table-compare th {
    font-weight: bold;
    min-width: 15rem;
}

table.table-compare td:first-child,
table.table-compare th:first-child {
    border-left: none;
}

table.table-compare td:last-child,
table.table-compare th:last-child {
    border-right: none;
}

a.btn:hover{
    font-weight: bold;
}

#range-sidebar-menu li a.btn {
    background-color: #ebeff1;
    text-align: left;
}
