/* Verhinderung eines Zeilenumbruchs */

.tx-pbsurvey-pi1 .nowrap {
    white-space: nowrap;
}

.tx-pbsurvey-pi1 .barcontainer {
    border: 1px solid black;
    height: 1.5em;
}

.tx-pbsurvey-pi1 .bartext {
text-align: center;
z-index: -1;
}

.tx-pbsurvey-pi1 .barcontainer .bar {
    position: absolute;
    height: 1.5em;
    background-color: rgb(104, 176, 34);
z-index: -2;
}

.tx-pbsurvey-pi1 .pagenumbering {
text-align: right;
padding: 1ex;
}


.tx-pbsurvey-pi1 legend.question {
	font-weight: bold;
}

.tx-pbsurvey-pi1 .barcontainer {
    margin: 1ex;
}
.tx-pbsurvey-pi1 .survey_item input {
    margin-left: 1ex; 
    margin-right: 1ex;
}
.tx-pbsurvey-pi1 .firstColumnNoBreak .columnFirst {
    white-space: nowrap;
}
.tx-pbsurvey-pi1 .questionNumber {
    padding-right: 1ex;
}

.tx-pbsurvey-pi1 input {
	float: none;
}

.tx-pbsurvey-pi1 .formbuttons {
	text-align: right;
}

.tx-pbsurvey-pi1 .formbuttons input {
	margin: 1ex;
	float: none;
}

.tx-pbsurvey-pi1 .formbuttons input[type="submit"] {
	margin: 1ex;
	float: none;
}

.tx-pbsurvey-pi1 fieldset.survey_item div {
        float: none;
        width: auto;
}

.tx-pbsurvey-pi1 .fullWidth input {
	width: 100%;
}