@charset "UTF-8";
/* CSS Document */


/* onsom.php */
#contingutPpal .dretaOnsom{
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 10px;
	width: 70%;
}

.fotoOnsom img.rodonaVerda{ 
	border-radius: 100px;
	border: 2px solid #5E9666;
	height: 40px;
}

.fotoOnsom img.sobrePX{ 
	border-radius: 100px;
	border: 2px solid #5E9666;
	height: 40px;
}

.nomonsom a{
     color: #5E9666; 
     font-size: 17px;
     font-weight: bold;
     text-decoration: none;
}

.taula-millors tr:hover td{
	background-color: #04AA6D;
	color: #FFF;

	.nomonsom a{
		color: #FFF;
	}
}

.taula-millors tr th.subtitol{
     background-color: white;
     border-radius: 0px;
     color: #5E9666;
     font-size: 18px;
     font-weight: bold;
     padding-top: 30px;
}