.table-plans-mobile.BRONZE tr:nth-of-type(odd) th,
.table-plans-mobile.BRONZE  tr:nth-of-type(odd) td{
    background-color: #e7cfae;
}

.table-plans-mobile.GOLD tr:nth-of-type(odd) th,
.table-plans-mobile.GOLD  tr:nth-of-type(odd) td{
    background-color: #FFD700;
}


.table_gray_header .header-plan-name {
    width: 280px;
}


.table_gray_header th {
    color: white;
    background: #666666;
    padding-bottom: 10px;
    padding-top: 10px;
}

.table_gray_header th:not(:last-child) {
    border-right: 1px solid white;
}

.table_gray_header td:not(:last-child) {
    border-right: 1px solid #666666;
}

.table_gray_header td {
    text-align: right;
}

.table-subscription-based-plans .glyphicon-ok {
    color: green;
}

.table-subscription-based-plans .glyphicon-remove {
    color: red;
}

.table-subscription-based-plans th,
.table-subscription-based-plans td {
    text-align: left;
}

.table-subscription-based-plans tr.multiline td {
    line-height: 200%;
}

.table-subscription-based-plans th {
    font-size: 22px;
    font-weight: normal;

}