#example .demo-container {
	width: 710px;
}

/*<< Questions, Question Indexes and Sliders*/
.questionSection {
    width: 707px;
}

.quenstionIndex {
    margin-right: 10px;
    background-color: #ebebeb;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #333;
    font-family: Arial, Calibri;
    font-size: 20px;
    font-weight: bold;
}

.question {
    font-family: Arial, Calibri;
    font-size: 14px;
}

.sliderWrapper {
    margin: 10px 0 0 38px;
}

.slider .rslItemsWrapper {
    margin-left: 100px;
}

/*>> Questions, Question Indexes and Sliders*/

/*<< Results - chart and list */
#chartResultsWrapper {
    margin-top: 10px;
    width: 707px;
    height: 315px;
	background-color: #F2F2F2;
}

#chartWrapper {
    margin: 30px 0 30px 30px;
}

#resultsWrapper {
    width: 238px;
    vertical-align: top;
    margin: 30px 0 0 115px;
}

.resultsTitle {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}

.resultsList {
    width: 100%;
    height: 130px;
    margin-top: 110px;
	background-color: #FFFFFF;
}

    .resultsList > .resultsListTitle {
        width: 182px;
        margin: 12px 0 12px 25px;
        border-bottom: 1px solid #bbb;
        padding: 7px 0 15px 0;
        font-weight: bold;
        font-size: 14px;
        font-family: Arial;
        color: #494949;
    }

.propertyName, .propertyValue {
    font-size: 14px;
    font-family: Calibri, Arial;
}

.propertyName {
    margin-left: 25px;
    width: 87px;
    display: inline-block;
    color: #c98400;
}

.inline-block {
	display: inline-block;
}
/*>> Results - chart and list */