@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
}

* {
	margin:0px;
}

.tabela-mor {
	height: 100%;
}
.linha {
	background-color: #98A03D;
	height: 2px;
}
