



/* ke_questionnaire. */

.keq_question {
    /* background: #ccd800; */
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #008f70;
    border-left: 20px solid #008f70;
    background: white;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
    padding: 4px 6px;
    width: auto;
}


.keq_navigation a {
    background-color: #008f70;
    border: 0;
    color: #000;
    display: block;
    float: left;
    margin: 1px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 200px;
    font-weight: bold;
}

#content .keq_navigation a, 
#content .keq_navigation a:link, 
#content .keq_navigation a:visited {
    color: white;
}


.keq_selection fieldset label p {
	display: block;
	padding-left: 25px;
}
.keq_selection .checkbox input {
    width: 20px;
    float: left;
    margin-top: 2px;
    height: 40px;
}
input.keq_radio_rte {
    display: inline;
    width: 20px;
    float: left;
    margin-top: 2px;
    /*height: 40px;*/
    
}


div.pagemap {
    float: none;
    display: block;
    padding: 1px 0 5px 0;
    min-height: 30px;
    background: #fff;
}
.pagemap_item {
	float: left;
	margin-right: 5px;
	padding: 3px; 
	background-color: #dadada;
}
.keq_pagecounter_barbox {
	clear: both;
}

.keq_quiz_report {
	border: 1px solid #dadada;
	background-color: #f3f3f3;
	padding: 15px;
}

.pdf_link_compare a {
	padding: 3px 15px 3px 15px;
	margin: 30px 0 0 5px;
	background-color: #008f70;
	color: white !important;
}