
.pricing-config-input {
    width: 80px;
}

.pricing-set-input {
    margin-top: 20px !important;
}

.pricing-set-input input {
    width: 80px !important;
}

.pricing-set-input select {
    width: 100px;
    border-radius: 0;
}

.sf-pricing-row > * {
    vertical-align: middle;
}

.sf-input-prepend {
    display: inline-block;
    background: #eee;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    height: 27px;
    padding: 3px 7px 0 7px;
    color: green;
    box-sizing: border-box;
    margin-right: -1px;
    z-index: 100;
    vertical-align: middle;
}

.sf-prepended-input {

}

.sf-pricing-table .sf-prepended-input {
    width: 80px !important;
    height: 27px !important;
    border-radius: 0px 3px 3px 0px;
    vertical-align: middle;
}

.sf-pricing-table {
    width: 100%;
}

.sf-pricing-table input.invalid {
    background-color: lightcoral;
}

.sf-pricing-table tbody tr td {
    text-align: center;
}

.sf-pricing-table thead tr th {
    font-size: 12px;
}

.pricing-rule { 
    border-left: 4px solid lightgreen;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 2px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image:      -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image:         linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}

.pricing-row-controls {
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    background-color: #eee;
    margin-bottom: 10px;
    border-radius: 0 0 2px 2px;
    font-size: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #eeeeee, #e3e3e3);
    background-image:    -moz-linear-gradient(top, #eeeeee, #e3e3e3);
    background-image:      -o-linear-gradient(top, #eeeeee, #e3e3e3);
    background-image:         linear-gradient(to bottom, #eeeeee, #e3e3e3);
}

.pricing-row-header {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    font-size: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e7e7e7);
    background-image:    -moz-linear-gradient(top, #f0f0f0, #e7e7e7);
    background-image:      -o-linear-gradient(top, #f0f0f0, #e7e7e7);
    background-image:         linear-gradient(to bottom, #f0f0f0, #e7e7e7);
}

.option.pricing-rule {
    margin-bottom: 0px;
}
