
/* #main add-ons */

.member-info {	
	padding: 50px 5px 5px 5px !important; /* top-right-bottom-left */	
}
.chefs .chef-member .member-info p {  
  line-height: 5px !important; 
}

/* end #main add-ons */



/* custom salao */
.member-info h3 {
  color: #121462;
}
.shade{	
	filter: drop-shadow(3px 3px 5px black);
	padding:15px !important;
}
#max{
	max-height:150px;
}
#max-pt{
	max-height:50px;
}
#max-logo{
	max-height:150px !important;
}
table.salao {  	
  width: 100%;
  border:none!important; 
  height: auto;
  margin-left: auto;  
  margin-right: auto;  
}
table.salaopt {  	
  width: 80%;
  border:none!important; 
  height: auto;
  margin-left: auto;  
  margin-right: auto;  
}

td {
 border:none!important;  
  color:#121462;
}
#corner {
	/*
  border-radius: 25px;
  border: 2px solid #0A7629;
  */
  border-bottom:2px solid #0A7629;
  padding: 10px;
  max-width:800px; 
  width: 90%;
  height: auto;
  margin-left: auto;  
  margin-right: auto;   
}
#corner-blue {
  border-bottom:2px solid #37517E;
  padding: 10px;
  max-width:800px; 
  width: 90%;
  height: auto;
  margin-left: auto;  
  margin-right: auto;   
}
#corner-orange {
  border-bottom:2px solid #FFB400;
  padding: 10px;
  max-width:800px; 
  width: 90%;
  height: auto;
  margin-left: auto;  
  margin-right: auto;   
}
#corner-grey {
  border-bottom:2px solid #CCC;  
}
#alfabet{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color: #37517E !important;
	font-weight:bold;
}
.alfabet{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;	
	color: #37517E !important;
	font-weight:bold;
	text-align:justify;
	margin-left:10%;  
  margin-right:10%; 
}
.alfa{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:16px;	
	color: #37517E;
	font-weight:bold;
	text-align:left;	
}
#corner-pt {
	/*
  border-radius: 25px;
  border: 2px solid #0A7629;
  */
  border-bottom:2px solid #121462;
  padding: 10px;
 /* max-width:800px; */
  width: 100%;
  height: auto;
  margin-left: auto;  
  margin-right: auto;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;	
 /* font-size: 1.5vw !important; */
    
}
.salao {  	
  width: 100%;
  border:none!important; 
  height: auto;
  margin-left: auto;  
  margin-right: auto;  
}

@media (max-width: 799px) {
  .salao{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;	  
  }
}


/* end custom salao */

