
.horasatribuidas {
	max-height: 80vh;
	overflow-y: scroll;
	display: inline-block;
	vertical-align: top;
}
.horasporatribuir {
	max-height: 80vh;
	overflow-y: scroll;
	display: inline-block;
	vertical-align: top;
}
.horasbloco {
	display: block;
	padding: 5px;
	border: thin solid #808080;
	background-color: #FFF;
	margin-bottom: 5px;
	min-width: 160px;
	min-height: 4em;
}
