input{
	text-align: center;
}
table{
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
table th{
	background: gray;
	padding: 5px 15px;
	text-align: center;
	color: white;
}
table td{
	text-align: center;
	border-bottom: solid 1px gray;
	padding: 10px 0;
	text-align: center;
}
.tabela{
	text-align: center;
}
.data{
	background: gray;
	padding: 10px;
	color: white;
	text-align: center;
}
.data input{
	padding: 10px;

}
.data input[type='submit']{
	background: none;
	font-weight: bold;
	border: none;
	color: white;
}
.data input[type='month']{
	width: 200px;
}
@media (max-width: 768px){
	table{
	width: 100%;
	margin-left: 0;
}	
}