<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');
#contain-users {
    width: 1200px;
    max-width: 95%;
    margin:0 auto 0 auto;
}
.connessi {
	position: relative;
	width: 240px;
    height: 100px;
    overflow: hidden;
    max-width: 45%;
	float: left;
	text-align: center;
	border: 1px solid;
    border-color: #666;
	border-radius: 2px;
	margin: 0 5px 5px 0;
	font-family: 'Roboto', sans-serif;
	
	background-repeat: no-repeat;
	background-size: cover;
    background-color:#333;
	background-color:#12192D;
	
	opacity: 1.00;
}
.connessi:hover {
    background-color:#B9393B;
    cursor: pointer;
	opacity: 0.50;
}
.dettagli {
	position: absolute;
	bottom:0;
	left: 0;
	text-align: center;
	width: 100%;
}
.media{
	/*float: left;*/
	border: 1px solid #efefef;
	border-radius: 50%;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.stile18{
	color: #F7FC42;
	font-size: 15px;
}
.stile17{
	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
}
.stile_nome, .stile_nome a {
	font-style: italic;
	font-size:16px;
    color:rgba(255,255,255,1.00); /* color:#207AD8; */
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	
    font-weight: bold;
    
    text-transform: none;
    text-decoration: none;
}
.titolo{
	color: #FFFFFF;
	font-style: italic;
	font-size: 18px;
}
.stile16{
	color: #F7FC42;
}

</pre></body></html>