#titulo { margin-top: 60px; }
#box-login { width: 400px; padding: 20px; margin: 0 auto 10px; box-shadow: 1px 1px 3px #666; }
.navbar { margin-bottom: 10px; }
.content { min-height: 250px; }
.cabecalho { margin-top: 10px; }
.cabecalho h1 { margin: 0 0 10px; }
.table tfoot.large tr td { font-size: 18px; }
.list-group-item ul { margin-bottom: 0; }
.recursos-projeto  li{ margin-bottom: 10px; }
small.pequeno { font-size: 11px; font-weight: normal; }

@media(max-width: 768px) {
	#titulo { margin-top: 20px; }
	#box-login { width: 85%; }
	.conteudo { min-height: 200px; }
}