.wptp-strike {
    color: red;
    text-decoration: line-through !important;
}

.wptp-grayout {
    opacity: 0.4;
    /* For older versions of Internet Explorer */
    filter: alpha(opacity=40);
}
.tier-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #222;
}

.tier-table {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    max-width: 500px;
    font-family: Arial, sans-serif;
}

.tier-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.tier-row:nth-child(even) {
    background-color: #f9f9f9;
}

.tier-header {
    background-color: #e8efff;
    font-weight: bold;
    border-top: none;
}

.tier-cell {
    flex: 1;
    text-align: left;
}

.tier-cell:last-child {
    text-align: right;
    /*font-weight: 500;*/
    //color: #1a7f37;
}
