ol.questions {
              margin-left:2ex;
}

ol.questions h4
{ 
  margin-top: 1ex;
  margin-bottom: 0;
  margin-left: -2ex;
}

ol.questions {
    padding-left: 0;
}

ol.questions li {
    margin-top: 0;
    padding-bottom: 5px;
    margin-left: 3ex;
    color: black;
    font-weight: normal;
}

.error input, .error select{
    background-color: #ff9999;
}

.correct input, .correct select {
    background-color: #99ff99;
}


.error ul.errorlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 80%;
	text-align: right;
	font-style: italic;
}

div.msg {
    text-align: center;
    font-weight: bold;
    padding: 1ex;
    background-color: white;
    border: 2px solid #336600;
}

table.answers {
    background-color: transparent;
    float: right;
    border: none;
    margin-left: 1ex;
}

table.answers th {
    background-color: transparent;
}

.figure {
	/*text-align: center;*/
}
.figure img {
	margin: 15px;
}