#tabela {
 margin-bottom: 5px;
 background-color: #EAEAEA;
 border-style: solid;
 border-width: 1px;
}

/* Detalhes da entrevista */
#entrevista_detalhes {
	
	width: auto;
	background-color: #EDEDED;
	padding: 5px;
	margin: 7px;
	float: left;
	position: relative;
	left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;

}
