.osm-pricing-table-circle .osm-plan-price p {
    text-align: center;
}

.osm-pricing-table-circle .osm-plan-price {
       background-color: #85bf00 !important;
}

.osm-pricing-table-circle .osm-plan-header>h2
{
  color : #85bf00 !important;
}

.osm-pricing-table-circle .btn-signup
{
    background-color: #f9f9f9 !important;
    border: 3px inset;
}

.field-type-radio .col-md-9{
    margin-left: 20px;
}

.form-row:nth-child(odd) {
    background-color: #eee;
}

.form-row {
    margin-bottom: 15px;
}

.field-type-text .form-control-label {
    float: left;
    width: 100px;
}

.input-group input {
    float: left;
    margin-right: 5px;
}