.advice{
    margin-left: auto;
    margin-right: auto;
	max-width: 500px;
    }

.question-text {
  font-size: 1.2em;
  color: #333333;
  text-shadow: none;
}	
	

.advice-personal{
    margin-left: auto;
    margin-right: auto;
	max-width: 800px;
    }
	
.right {
	float:right;
}
.result-header {
  font-size: 1.5em;
}
	
.result-number {
  float: right;
  padding-right: 0.5em;
}

.result-totally-agree{
  color:green;
font-size: 1.7em;
}
.result-agree {
  color:green;
  font-size: 1.5em;
}
.result-neutral {
  color:black;
  font-size: 1.5em;
}
.result-disagree {
  color: red;
  font-size: 1.5em;
}
.result-totally-disagree {
  color: red;
  font-size: 1.7em;
}