ul.cleanlist{
list-style-type:none;
margin:0px;
padding:0px;
}

li.rec{
float: left;
background: #eeeeee;
border-width:2px;
border-style:solid;
padding: 2px 6px;
font-weight:bold;
margin: 2px;
font-size:12px;
color:gray;
border-color:gray;
}

li.rec-phase-10.active{
color:green;
border-color:green;
}

li.rec-phase-11.active{
color:steelblue;
border-color:steelblue;
}

li.rec-phase-12.active{
color:darkred;
border-color:darkred;
}

/*
li.gray{
color:gray !important;
border-color:gray !important;
}
*/
ol.questions li.question{
margin-bottom:10px;
}

ol.questions li.question h3{
/*font-size:16px;*/
line-height:24px;
}

ol.questions li.question li.option label{
font-weight:normal;
line-height:18px;
/*font-size:14px;*/
}

ol.questions li.question li.option.selected label{
font-weight:bold;
}

.content-inner ul.recommendations{
margin:0px;
}

.survey-left{
width:51%;
}

.survey-right{
width:47%;
}