/* Menu */


.lab_mdp {
	margin:10px; line-height: 20px; font-size: 20px;  font-weight: bold; background-color:turquoise; border-radius: 15px; padding: 10px; color: white;
}
.lab_mdp:hover { color: black; }

.gpass {margin:10px;padding: 10px;	  border: 1px solid red;}

.isuser {line-height: 20px; font-size: 30px;  font-weight: bold; background-color:turquoise; border-radius: 15px; padding: 5px; color: white;}