#business_widget_container {
    background-color: rgb( 238, 238, 238 );
    width: 300px;
    max-height: 510px;
    display: none;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
#business_widget_container label {
    font-size: 18px;
    color: rgb( 70, 70, 70 );
    font-weight: bold;
    text-align: right;
    height: 28px;
    position: relative;
    right: 10px;
    float: right;
    padding-top: 8px;
}
#business_widget_container #business_results .business_box {
    background-color: rgb( 255, 255, 255 );
    position: relative;
    width: 280px;
    height: 140px;
    float: right;
    right: 10px;
    margin-bottom: 10px;
}
#business_widget_container #business_results .business_box .right {
    position: relative;
    float: right;
    width: 43%;
    height: 85%;
    padding-top: 20px;
}
#business_widget_container #business_results .business_box .right img {
    position: relative;
    right: 20px;
}
#business_widget_container #business_results .business_box .left {
    position: relative;
    float: right;
    width: 57%;
    height: 100%;
    overflow: hidden;
}
#business_widget_container #business_results .business_box .left .top {
    position: relative;
    float: right;
    width: 145px;
    height: 38px;
    font-size: 16px;
    color: rgb( 42, 196, 244 );
    font-weight: bold;
    text-align: right;
    overflow: hidden;
    right: 15px;
    top: 16px;
}
#business_widget_container #business_results .business_box .left .bottom {
    position: relative;
    float: right;
    width: 160px;
    height: 82px;
    top: 20px;
}
#business_widget_container #business_results .business_box .left .bottom .reviews {
    position: relative;
    float: right;
}
#business_widget_container #business_results .business_box .left .bottom .reviews .circle-text {
    position: relative;
    color: #464646;
    font-weight: bold;
    right: 23px;
    top: 5px;
    float: right;
    width: 35px;
    text-align: center;
}
#business_widget_container #business_results .business_box .left .bottom .reviews .circle-info {
    font-size: 12px;
    color: rgb( 70, 70, 70 );
    top: 28px;
    right: 13px;
}
#business_widget_container #business_results .business_box .left .bottom .reviews canvas {
    position: relative;
    top: -45px;
    right: 15px;
}
#business_widget_container #business_results .business_box .left .bottom .number_of_ranking {
    position: relative;
    float: right;
}
#business_widget_container #business_results .business_box .left .bottom .number_of_ranking .circle-text {
    color: rgb( 42, 196, 244 );
    font-weight: bold;
    width: 35px;
    position: relative;
    float: right;
    right: 33px;
    text-align: center;
    top: 5px;
}
#business_widget_container #business_results .business_box .left .bottom .number_of_ranking .circle-info {
    font-size: 12px;
    color: rgb( 70, 70, 70 );
    top: 28px;
    right: 25px;

}
#business_widget_container #business_results .business_box .left .bottom .number_of_ranking canvas {
    position: relative;
    float: right;
    top: -45px;
    right: 25px;
}
