
.pricing-wrapper {
    display: block;
    clear: left;
}

.pricing-container {
    display: inline;
    float: right;
    border: 0;
    margin: 0;
    padding; 0;
}

.pricing-entry {
    display: inline;
    box-sizing: border-box;
    padding: 2px 4px 4px 4px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.pricing-entry:first-child {
    border-left: 1px solid #aaa;
    border-radius: 3px 0 0 3px;
}

.pricing-entry:last-child {
    border-right: 1px solid #aaa;
    border-radius: 0 3px 3px 0;
}

.pricing-entry:hover {
    background: #DDD;
}

.pricing-selected {
    background: #DDD;
}

.pricing-entry > img {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    margin: 0;
}

