<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, div {
	margin: 0;
	padding: 0;
}

#page-wrapper {
	width: 640px;
	height: auto;
}

#buttons-container {
	width: 640px;
	height: 50px;
	background-color: #1f9ff0;
	text-align: center;
}

.button {
	width: auto;
	height: 50px;
	font-family: 'montserrat_bold';
	font-size: 16px;
	color: #fff;
	background-image: url('img/button_bg.jpg');
	background-position: center 0;
	text-align: center;
	line-height: 50px;
	margin-top: 0;
	cursor: pointer;
	display: inline-block;
}

#faces-container {
	width: 640px;
	height: auto;
	left: 0;
	top: 0;
	display: inline-block;
}

.candidato {
	position: relative;
	width: 128px;
	height: 128px;
	background-position: center center;
	/*display: inline-block;*/
	float: left;
	cursor: pointer;
}

.candidato:hover {
	background-size: 150px;
}

.lingueta {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
	background-image: url('img/lingueta.png');
}

.thumb-nome {
	position: absolute;
	width: 85px;
	height: auto;
	padding: 5px;
	left: 0;
	bottom: 0;
	background-image: url('img/nome_bg.png');
	color: #fff;
	font-family: 'lato_regular', sans-serif;
	font-size: 11px;
}

#profile {
	width: 520px;
	height: auto;
	background-color: #fff;
	position: absolute;
	top: 80px;
	left:40px;
	box-shadow: 0 0 120px #fff;
	font-family: 'montserrat', sans-serif;
	padding: 20px;
	display: none;
}

#profile-close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.profile-bio {
	font-size: 16px;
	margin-top: 20px;
	font-family: 'lato_regular';
}

#profile-bed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
</pre></body></html>