.table01 {
	table-layout: fixed;
	width: 70%;
	border-collapse: collapse;
	word-wrap: break-word;
}
	.table01 td,th{
		border: 1px solid #dddddd;
		text-align: left;
		padding: 0.3em;
		padding-left: 0.5em;
	}

	.table01 td:nth-child(odd) {
    	width: 14%;
	}

	.table01 td:nth-child(even) {
    	width: 6%;
	}

.questionario-nrs {
	background-color: #92d1e8;
	margin: 0.5em 0em 1em 0em;
	padding: 1em 1em 1em 1em;
	position: relative;
	left: 20%;
	width: 80%;
	border-radius: 25px;
	/*transform: translate(-50%);*/
}

.questionario {
	background-color: #92d1e8;
	margin: 0.5em 0em 1em 0em;
	padding: 1em 1em 1em 1em;
	position: relative;
	left: 20%;
	width: 60%;
	border-radius: 25px;
	/*transform: translate(-50%);*/
}

.amputado{
	border-collapse: collapse;
	margin: 0.5em 0em 1em 1em;
}
	.amputado td,th{
		border: 1px solid #dddddd;
		text-align: left;
		padding: 0.3em;
	}
	.amputado tr:nth-child(odd) {
    	background-color: #dddddd;
	}

.padded-table{
	border-collapse: collapse;
}
	.padded-table td,th{
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

.table-nrs{
	border-collapse: collapse;
	margin: 1em 0em 1em 0em;
}
	.table-nrs td,th{
		border: 1px solid #92d1e8;
	}
	.table-nrs tr:nth-child(odd){
		background-color: #c7dfe8;
	}
	.table-nrs tr:nth-child(even){
		background-color: #aed8e8;
	}

.table-especifica{
	border-collapse: collapse;
	margin: 0.5em 0em 1em 0em;
}
	.table-especifica td,th{
		border: 1px solid #dddddd;
		text-align: left;
		padding: 0.3em;
	}
	.table-especifica tr:nth-child(odd) {
    	background-color: #dddddd;
	}

.table-exames{
	border-collapse: collapse;
	margin: 0.5em 0em 1em 2.5em;
}
	.table-exames tr{
		border-top: 1px solid #000000;
	}
	.table-exames td,th{
		padding: 0.5em;
	}
	.table-exames tr:nth-child(odd){
		background-color: #dddddd;
	}