.modal-lg {
    max-width: 80% !important;
}
body{
	background: white;
	color: black;
    font-family: futura-pt, sans-serif;
	margin:0px;
	padding:0px;
}
p {
	margin:10px;
	font-size: 16px;
	line-height: 16px;
	
}
h1 {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: black;
	font-size: 30px;
	margin:20px;
}
h2 {
	font-family: futura-pt-condensed, sans-serif;
	color: black;
	font-size: 25px;
	margin:20px;
}

/*MENU*/
.navbar{
	min-height: 57px;
	text-align: center;
}
.bg-menu{
	background-color: black !important;
}

.btn_menu {
	font-size: 11px;
	padding: 4px 15px 4px 15px;
	margin-right: 10px;
	float:right;
	color:grey;
	border: solid 1px grey;
}
.btn_menu:hover {
	color: #A57E16;
	border: solid 1px #A57E16;
	cursor: pointer;
}
/*TABELA*/
.tabela {
	margin: 0 auto;
	border-collapse: collapse;
	width: 95%;
	border-radius: 5px;
	border: solid 1px #ffffff;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: 200px;
}
.tabela th {
	background-color: white;
	color:#000000;
	padding: 9px;
}
tr:nth-child(odd) {background: #ffffff;}
tr:nth-child(even) {background: #ffffff;}

.tabela td {
	padding: 3px;
	color:black;
}
