.tabeladatas {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 2px 2px 2px #ccc;
	border: 1px solid rgba(0,122,188,0.6);
}
.tabeladatas table {
	margin: 0px;
	padding: 2px;
}
.tabeladatas tr:hover td {
	background: rgba(143,203,234,0.2);
}
.tabeladatas td {
	vertical-align: middle;
	background: rgba(255,255,255,0.4);
    border: 1px solid #fff;
	border-width: 1px 1px 1px 1px;
	text-align: left;
	padding: 7px;
	color: #000000;
}
.tabeladatas tr:last-child td {
	border-width: 1px 1px 1px 1px;
}
.tabeladatas tr td:last-child {
	border-width: 1px 1px 1px 1px;
}
.tabeladatas tr:last-child td:last-child {
	border-width: 1px 1px 1px 1px;
}
.tabeladatas tr:first-child td {
	background: rgba(0,122,188,0.6);
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color:#fff;
}
.tabeladatas tr:first-child:hover td {
	background-color: #8FCAE9;
}
.tabeladatas tr:first-child td:first-child {
	border-width: 1px 1px 1px 1px;
}
.tabeladatas tr:first-child td:last-child {
	border-width: 1px 1px 1px 1px;
}
