
/* RESET */
.table td, .table th {
    border-top: none;
    vertical-align: middle;
    color: #00A12F;
    padding: 10px;
    z-index: 9;
}

.table thead th{
    border: none;
}
/* RESET */

.comparison-table {
    width: 100%;
    font-size: 14;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
}

.comparison-table table {
    border-collapse: separate;
    border-spacing: 10px 0;
    min-width: 41rem;
    table-layout: fixed;
}

.table-bordered th, .table-bordered td {
    border: none;
    vertical-align: middle;
}

th:first-child,
td:first-child{
  position:sticky;
  left:0px;
  color: white;
  z-index: 99;
}

.bg-green {
    background-color: #00A12F;
}

.border-bottom-white{
    border-bottom: 1px solid white;
}

.border-bottom-green{
    border-bottom: 1px solid #00A12F;
}

.bg-white {
    background-color: white;
}

.card-name {
    font-size: 19px;
    font-style: italic;
    color: #00A12F;
}

.benefits {
    color: white;
    font-size: 19px;
    font-style: italic;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: rgba(0, 161, 47, 0.3);
    color: rgba(0, 161, 47, 1);
}