.member-info {
	padding: 40px 5px 5px 5px !important; /* top-right-bottom-left */
}
#max-w {
	max-height:120px;
	width:auto;
}
 @media (max-width: 800px) {
#max-w {
 max-width:150px;
 height:auto;
}
}
@media (min-width: 1280px) {
#max-w {
 max-height:120px;
 width:auto;
}
}
td {
	padding:10px;
}
/*
tr:nth-child(odd) {
  background-color: #D6EEEE;
}

tr:nth-child(even) {
 background-color: #D6EEEE;
}
*/
.legenda {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	opacity:0.8;
}
#leg {
	font-size:11px;
}
#sup-men {
	font-size:14px !important;
	font-weight:bold;
}
#sub-men {
	font-size:14px !important;
	font-weight:bold;
}
.adjust {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#333;
	opacity:0.9;
	width:80%;
	margin-left:10%;
	margin-right:10%;
}