/* Scrollbar */

::-webkit-scrollbar{
	width: 8px;
}
::-webkit-scrollbar-thumb{
	background-color: #f37a76;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-track{
	background-color: #fff;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

/* Elementos da página */

.btn .btn-sm {
	background-color: transparent;
}

.citacao-direita{
	float: right;
	margin: 10px 10px;
	border-radius: 30px 0px 0px 30px;
	font-size: 12px;
	padding: 8px 8px 8px 8px;
}

.citacao-esquerda{
	float: left;
	margin: 20px 20px;
	border-radius: 30px 0px 0px 30px;
	font-size: 12px;
	padding: 8px 8px;
}

.separador{
	background: #E9E9E9 !important;
	color: #000000 !important;
}
.separador p{
	padding: 0px;
	color: #000000 !important;
}

footer{
	background: #E9E9E9 !important;
	color: #222;
}

/* Contraste */

.sup-contraste {
	background: black !important;
	color: white !important;
}