#gauge-demo {
    height: 440px;
    width: 100%;
}

#c1 {
	width: 70%;
	height: 100%;
	float: left;
}

#c2 {
	width: 30%;
	height: 100%;
	float: left;
}

.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;
}