.margin-0{
    margin:0px;
}

.margin-top-0{
    margin-top:0px;
}

.margin-bottom-0{
    margin-bottom:0px;
}

.member-price-badge{
    background: #1b3664;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px !important;
    text-wrap: nowrap;
    font-size:.8rem;
    font-weight: bold;
}

.save-as-a-member-badge{
    border: 1px solid #1b3664;
    padding: 5px 7px;
    color: #1b3664;
    border-radius: 7px !important;
    font-weight: bold;
    text-wrap: nowrap;
    font-size:.9rem;
}

.new-price{
    font-size: 1.2rem;
    color: #337ab7;
    font-weight: bold;
    text-wrap: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
    .member-price-badge{
        font-size:.5rem;
    }

    .save-as-a-member-badge{
        font-size:.6rem;
    }

    .new-price{
        font-size: 1rem;
    }
}