.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

#candle {
    margin-top: 15px;
}

#candle .add {
    padding: 10px;
    background: #487E7E;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    text-align: center;
}

#candle .col-sm-3 {
    width: 33.33% !important;
    float: left;
}

#candle .col-sm-5 {
    width: 41.666666667% !important;
    float: left;
}

@media (max-width: 767px) {
    #candle .col-sm-5 {
        width: 100% !important;
    }
}

#candle .col-sm-9 {
    width: 66.66% !important;
    float: left;
}
