/*#feedback-screen{display:none}*/


/*.col-sm-3 {
    width: 25%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 14px;
	margin-top: 8px;
}*/


#text-body .row {margin-bottom:1em}

#text-body .row .col-sm-3 {
	font-weight:bold
}

.container {
    max-width: 800px;
	margin-top: 50px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #4AC;
}

div#feedback-screen {
    display: none;
}

div#question-screen {
    margin-top: 25px;
    margin-bottom: 150px;
}

ul {
  list-style: none;
  display: inline-block
}

.choice-item {
  padding: 10px 45px;
  background-color: #4ac;
  display:inline; 
  margin:10px;
}

.choice-item {
    color: #FFF;
    padding: 10px 45px;
    background-color: #4ac;
    display: inline;
    font-family: 'Fredoka One', sans-serif;
    font-size: 18px;
    font-weight: normal;
}


ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0;
}

#text-body {
	overflow:auto;
	height:320px;
	border:#87CAE0 solid;
	padding:10px 15px;
	padding-right:30px;
}

@media screen and (max-height:800px){
	#text-body{
		height:240px
	}
}