.shopping-profile .quest-list {
    padding: 4px 0 0;
}

.shopping-profile .quest-list p {
    display: inline-block;
    margin: 0;
    width: 250px;
}

.shopping-profile .quest-list input[type="radio"] + label {
    color: #5a5a5a;
    font-family: KelsonSans-RegularBG, Helvetica, Arial, sans-serif;
    margin: 0;
}

.shopping-profile .quest-list input[type="radio"] + label i {
    margin-right: 11px;
}

.shopping-profile .radio-check {
    padding: 0;
}

.shopping-profile .radio-check p {
    margin: 10px 0 0;
    width: 100%;
}

.shopping-profile .radio-check input[type="radio"] + label:hover i {
    background-position: left -63px;
}

.shopping-profile .radio-check input[type="radio"] + label i {
    background: url(/img/static/checkbox-icon.png) no-repeat left top;
}

.shopping-profile .radio-check input[type="radio"]:checked + label i {
    background-position: left -41px;
}

.shopping-profile .radio-check input[type="radio"]:checked + label:hover i {
    background-position: left -63px;
}

.basket_addres {
    width: 100%;
}

/*.autocomplete-suggestions {*/
    /*border: 1px solid #999;*/
    /*background: #FFF;*/
    /*overflow: auto;*/
/*}*/

/*.autocomplete-selected {*/
    /*background: #F0F0F0;*/
/*}*/

.basket_addres input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e8e8;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    font: 17px KelsonSans-RegularBG, Helvetica, Arial, sans-serif;
    height: 49px;
    padding: 1px 24px 0;
    width: 100%;
}

.flot {
    box-sizing: border-box;
    width: 100%;
    height: 270px;
    padding: 20px 15px 15px 15px;
    background: #fff;
    margin-bottom: 55px;
    position: relative;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
}

.flot::after {
    border-bottom: 12px solid rgba(0, 0, 0, 0.04);
    bottom: -12px;
    content: '';
    display: inline-block;
    height: 12px;
    left: 50%;
    margin-left: -49%;
    position: absolute;
    width: 98%;
}

.flot-placeholder {
    width: 75%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
    float: left
}

.flot-choices {
    width: 25%;
    min-width: 150px;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
    float: right;
    padding-top: 5px;
}

.flot-choices label {
    display: block;
}

.legend table {
    border-spacing: 5px;
}

#tooltip {
    border: 1px solid #333333;
    background: #545454;
    padding: 2px;
    position: absolute;
    display: none;
    opacity: 0.8
}

.tooltip {
    color: #ffffff;
}