#content {
margin-left: auto;
margin-right: auto;
max-width: 40em;
}

#enjoymentLevelText {
	font-size: 1.5em;
}
#feedbackBlock {
	text-align:center;
	visibility: hidden;
}

canvas {
	display: inline;
}	
#slider {
	width: 90%;
	margin: 15px;
}

.centredTitle {
text-align: center
}

#updateMessage {
	min-height: 2em;
}

#submitButton {
	font-size: 1.8em;
}

.ui-slider-horizontal{
height: 2em;
}
.ui-slider-horizontal .ui-slider-handle{
width: 2.4em;
height: 2.4em;

}
.ui-slider-range { background: #ef2929; }
#smileyCanvas { margin: 2em;}

a.linkOnWhite { color: inherit;}

textarea#feedbackNotes {
	width: 100%;
	height: 4em;
}

#content h3 {
	margin: 0;
}

#feedbackBlock > p{
	text-align: left;
}
.biggerPText {
	font-size: 1.5em;
}

#colouredSliderBar {
    float: right;
    height: 100%;
    border-radius: 0 4px 4px 0;
 
}	
#colouredSliderBar div{
	width: 50%;
	height: 100%;
	float:right;
}
#colouredSliderBar .min span{
	background-color: blue;
	width: 0%;
	height: 100%;
	float:left;
}
#colouredSliderBar .max span{
	background-color: blue;
	width: 0%;
	height: 100%;
	float:right;
}