/* CSS App */

/*.site-header, .container-fluid, h1.title, .text-right .saudacoes-associados { display:none !important; } */
					
/* Tabelas: */


@media (max-width: 765px) {
	.page {
		margin: 0 !important;
		border-radius: 0 !important;
		background-color: #fff;
		padding: 20px !important;
	}
	
.app { display:block !important; font-weight: bold; }
.table-app.table-head { display:none !important; }
.table-app .col-xs-2, .table-app .col-xs-3, .table-app .col-xs-4, .table-app .col-xs-5 { line-height: 1.6em; padding: 5px; display: block; width: 100% !important; float: none !important; }
.table-body { line-height: 1.6em; }

.table-app a { color: #ff711b;  font-weight: bold;}
.table-app .col-xs-4 a { padding: 3px; }
}