<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
/*	background-repeat-x: no-repeat;
	background-repeat-y: repeat;*/
	font-family: 'lato_regular';
}
.header,
.month {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 30px;
}
.title {
	text-transform: uppercase;
	color: #fff;
	background-color: #01BBEE;
	width: 620px;
	margin: 0 auto;
	font-size: 125%;
	font-family: 'lato_bold';
	text-align: center;
	padding: 10px;
}
img {
	margin-top: 10px;
}
#scroll-me {
	background-image: url('../img/bg.jpg');
	background-position: left top;
	height: 720px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 640px;
	position: relative;
}
.left,
.right {
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
}
.month-name {
	height: 40px;
	float: left;
	line-height: 40px;
	vertical-align: middle;
	width: 150px;
	text-align: center;
	font-size: 22px;
	font-family: 'lato_bold';
	color: #fff;
	background-image: url('../img/fundo_meses.png');
}
.left {
	background-image: url('../img/left.png');
	margin-left: 210px;
}
.left:hover {
	background-image: url('../img/left-active.png');
}
.right {
	background-image: url('../img/right.png');
}
.right:hover {
	background-image: url('../img/right-active.png');
}
.left.hidden,
.right.hidden,
.left.hidden:hover,
.right.hidden:hover {
	background-image: none;
	cursor: default;
}
.month-content {
	clear: both;
	width: 100%;
	padding-top: 5px;
}
.month-content-inner {
	width: 500px;
	margin: 30px auto 0 auto;
	border: 3px solid rgb(229, 229, 229);
	background-color: rgb(255, 255, 255);
	padding: 10px;
	box-shadow: 0 0 60px #b8b8b8;
	border-radius: 15px;
}
.month-content-inner img {
	border-radius: 8px;
}
.month-content-inner b {
	padding-bottom: 10px;
	display: block;
}
#dez {
	padding-bottom: 30px;
}
.titolinos {
	font-weight: bold;
	color: #e39d00;
	text-transform: uppercase;
}</pre></body></html>