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

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #7c7c7c;
  border: 0px none #ffffff;
  border-radius: 21px;
}
::-webkit-scrollbar-thumb:hover {
  background: #646464;
}
::-webkit-scrollbar-thumb:active {
  background: #4b4b4b;
}
::-webkit-scrollbar-track {
  background: #a2a2a2;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #8f8f8f;
}
::-webkit-scrollbar-track:active {
  background: #7d7d7d;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

header{
	font-family:"Oswald", sans-serif;
	background-color: #36c157;
	height: 60px;
	color: #ffffff;
	width: 100%;
	text-align:center;
	font-size: 30px;
	line-height:60px;
	text-transform: uppercase;
}

.bb-custom-wrapper{
	margin: 0;
	width: 100%;
}
#bb-bookblock{
	margin:0;
}

.bb-custom-img{
	width: 640px;
	height: 296px;
}
.textos{
	font-family: "Source Sans Pro", sans-serif;
	font-size:20px;
	text-align: left;
	display: block;
	height: 300px;
	color:black;
	width:640px;
	padding: 0 15px 15px 15px;
	overflow-Y: scroll;
}
.textos p{
	margin: 0 0 10px 0;
}

.texto-destaque{
	border-radius: 3px;
	padding: 5px;
}
.texto-mes{
	margin:10px;
}
span{
	font-weight: bold;
	border-radius: 3px;
	padding:4px;
}
.cor-creme{
	background-color: #fee25d;
}
.cor-azul{
	background-color: #72c6d0;
}
.cor-laranja{
	background-color: #fac369;
}
.cor-verde{
	background-color: #8dc471;
}


.botoes{
	display: flex;
	width: 100%;
	margin:10px;
	justify-content: space-around;
}
#bb-nav-prev,
#bb-nav-next{
	position: relative;
	cursor: pointer;
	transition: transform 222ms;
}
#bb-nav-prev:hover,
#bb-nav-next:hover{
	transform: scale(1.1);
}
#bb-nav-prev:active{
	left: -2px;
}
#bb-nav-next:active{
	right: -2px;
}
</pre></body></html>