.feedbackTable {
    width :100%;
	border-collapse : collapse;	
}

.feedbackTable td {
    padding:5px;
}

.feedbackLegenda {
	border-collapse : collapse;
	border:1px solid #D9AF5D;
}

.feedbackCustomer {
	border-collapse : collapse;
}

.feedbackLegenda td {
	border-bottom:1px solid #D9AF5D;
	font-size: 11px;	
	line-height:10px;
}

.feedbackCustomer td {
	font-size: 11px;	
	line-height:10px;
}

.legendaVoice {
	font-weight:bold;
	color:#6f2001;
}

.feedbackCategoryVoice {
    background-color : #e4decb;
    text-align : right;
	font-weight : bold;
	padding-right : 6px;
	color : #D9AF5D;
	border-bottom:1px solid #D9AF5D;
	white-space : nowrap;
}

.feedbackVotesExplanation {
    background-color : #A8340B;
    text-align : center;
	font-weight : bold;
	color : #ffffff;
}

.feedbackQuestionVoice {
    text-align : right;
	padding-right : 6px;
	white-space : nowrap;
}

.feedbackField {
	width:100%;
}

input[type=radio] {
	margin-left: auto;
	margin-top: auto;
	text-align:center;
}

.feedbackVote {
	text-align:center;
	font-weight : bold;
	border-bottom:1px solid #D9AF5D;
	background-color : #D9AF5D;
	color : #A8340B;
}

.sendButton {
    background-color : #e4decb;
    border : 1px solid #A8340B;
    color : #A8340B;
    font-size : 11px;
    font-weight : bold;
    float : right;
	padding : 1px;
}

.inputField {
    width : 100%;
	background-color : #ffffff;
    border : 1px solid #7F9DB9;
}

.feedbackComment {
	border-top:1px dotted #D9AF5D;
}

.questionScore {
	font-weight : bold;
	vertical-align: top;
}



