@media (min-width:1020px) {
    .just-reg-well {
        margin-top:-30px;
    }
}

.member-number .fas {
    font-size: 80px;
    font-weight: bold;
    color: #357b73 !important;
    margin-top:30px;
}

.panel-spacer {
    width: 200px; 
    height: 45px; 
    margin-right:0px;
}

@media (max-width:1200px) and (min-width:992px) {
    .panel-spacer {
        height: 90px; 
    }
}

@media (max-width:992px) {
    .panel-spacer {
        height: 70px; 
    }
}

.panel-end {
    padding:0px 20px 10px 20px;
}

@media (max-width:992px) {
    .panel-end {
        width:95%;
    }
}

.member-benefit-table td, .member-benefit-table thead th {
    text-align:center;
}

.table>tbody>tr>th {
    vertical-align:middle;
}

.member-benefit-table .fas {
    font-size: 30px;
    padding: 10px;
}

.fas-table-icon {
    color: #357b73;
}

.member-benefit-table .fa-check {
    color:#449f96;
}

.member-benefit-table .fa-times {
    color:#b74a47;
}