.Likert {
	border: 1px solid #DBDBDB;
	padding: 5px;
	width: 616;
    margin: 0 auto;
	
}

@media only screen and (device-width: 768px) { 
	.Likert {
	width: 627;
	}
}

.Likert button {
	border: none;
	display: inline-block;
	min-width: 119px;
	background-color: #A8A8A8;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	text-shadow: 1px 1px 2px #999;
	border:1px solid #A8A8A8;
	margin: 0;
}

.Likert button:active {
	-moz-box-shadow:    inset 0 0 3px #fff;
	-webkit-box-shadow: inset 0 0 3px #fff;
	box-shadow:         inset 0 0 3px #fff;
}

.Likert button:hover {
	background-color: #BBBBBB;
	border:1px solid #A8A8A8;
}

.Likert>.Selected {
	border: none;
	display: inline-block;
	min-width: 120px;
	background-color: #80BD00;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	text-shadow: 1px 1px 2px #999;
	border:1px solid #80BD00;
	margin: 0;
}

.Likert>.Selected:hover, .Likert>.Selected:active {
	background-color: #80BD00;
	border:1px solid #80BD00;
	
}

.Question {
	padding-bottom:25px;
	border-bottom:1px solid #DBDBDB;
}

.Question p {
	text-align:center;
	font-size:17px;
	color:#666;
	
}