body {
	text-align: center;
	padding-top: 60px;
	background: url("/choice/images/loading.gif") center 200px no-repeat;
}

div.container{
	display: none;
}

.navbar-brand {
	padding:15px 5px 15px 15px;
}

h2{
	margin-top: 0;
}

ul{
	padding: 0;
}

li{
	list-style: none;
	padding-bottom: 10px;
	overflow: hidden;
}

li.col-xs-6:nth-child(odd){
	padding-right:0;
}

li.col-xs-6:nth-child(even){
	padding-left:10px;
}

li.answer button.selected{
	border-color:#CC0000!important;
}

li.answer button.correct{
	border-color:#008000!important;
}

li.answer button.selected,
li.answer button.correct{
	border-width:3px;
	height: 40px;
    line-height: 15px;
}


li.answer button.correct:before{
	display: block;
	position: absolute;
	right: 22px;
	z-index: 10;
	color: #008000;
	font-family: 'Glyphicons Halflings';
	content:"\e013";
}

li.answer:nth-child(odd) button.correct:before{
	right: 7px;
}

li.answer button.incorrect:before{
	display: block;
	position: absolute;
	right: 22px;
	z-index: 10;
	color: #CC0000;
	font-family: 'Glyphicons Halflings';
	content:"\e014";
}

li.answer:nth-child(odd) button.incorrect:before{
	right: 7px;
}

.btn-lg {
	font-size: 14px;
}

img.img-choice {
	width:100%;
	margin: 0 auto;
}

.color-green{
	color:#008000;
	font-size: 1000%;
}

.color-red{
	color:#CC0000;
	font-size: 1000%;
}