.code-list {
	width:100%;
	top:0;
	left:0;
	padding-top:15px;
	padding-bottom:15px;
}
.code-container {
	margin:auto;
	width:100%;
}
.code-question {
	border:1px solid #ccc;
	padding:10px 15% 10px 10px;
	cursor:pointer;
	font-size:16pt;
	color:#ffffff;
	background-color:#cccccc !important;
	border-bottom:1px solid #eeeeee;
}
.codelight {
	background:url('../images/downlight.png') no-repeat 99%;
}
.codedark {
	background:url('../images/down.png') no-repeat 99%;
}
.code-answer {
	display:none;
	background:#fff;
	border1:1px solid #ccc;
	padding:10px;
	font-size:12pt;
}
.codedarkdell {
	background:url('../images/del.png') no-repeat 99%;
}
.codelightdell {
	background:url('../images/dellight.png') no-repeat 99%;
}

