.greenhint {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}

.intbg { 
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    background: #f5f5f5;
    border-radius: 10px;
}

.intbg:hover { 
    background: #FFEE77;
}

.bottom25 {
    overflow: hidden;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.PlanType>.tn-atom, .PlanBadge1>.tn-atom, .PlanBadge2>.tn-atom, .PlanBadge3>.tn-atom, .PlanBadge4>.tn-atom, .PlanBadge5>.tn-atom {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap
}

.PlanType, .PlanBadge1, .PlanBadge2, .PlanBadge3, .PlanBadge4, .PlanBadge5 {
    width: auto;
}

.Sale>.tn-atom {
    background: linear-gradient(90deg, #64BD63 -0.33%, #40B3E0 99.67%) !important;
}

.MoreOptions>.tn-atom {
    text-decoration: underline;
}

div[class^='Plan'], div[class*=' Plan'], .MoreOptions{
    cursor: pointer;
}

div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}