#chart-demo {
    width: 100%;
}

#rectangleNeedle, #twoColorNeedle, #triangleNeedle, #rangebar, #textCloud, #triangleMarker {
    display: inline-block;
}

#rectangleNeedle, #twoColorNeedle, #triangleNeedle {
    width: 33%;
}

#rangebar, #triangleMarker {
    width: 32%;
}

#textCloud {
    width: 35%;
    vertical-align: bottom;
}

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}