<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************* menu lateral *********************/
.contexto &gt;li&gt;a{
    padding: 0px 15px;
}
.contexto{
	background-color: #812B2C;
}
.contexto li{
	text-align: center;
	border-bottom: 3px solid white;
}
.contexto a,.contexto span{
	color: white;
	height: 40px;
	line-height: 40px;
}

.contexto &gt;li&gt;a:focus, .contexto &gt;li&gt;a:hover {
    text-decoration: none;
    background-color: white;
    color: #812B2C;
    /*border-bottom: 2px solid white;*/
}
.contexto &gt;li&gt;a:hover{
	border-bottom: 1px solid #812B2C;
    border-top: 1px solid #812b2c;
}
.before-component{

}
/******************* menu lateral child ***************************/
ul.nav-child.unstyled.small{
	background-color: #ccc;
    border: 1px solid #812B2C;
}
ul.nav-child.unstyled.small li{
	list-style-type: none;
	height: 40px;
	border-bottom: 1px solid #812B2C;
}
ul.nav-child.unstyled.small a{
	color: #812B2C;
	font-weight: bolder;
}
li.deeper.parent{
	border-bottom: none;
}</pre></body></html>