<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.boletins .leiamais .bloco{
    width: 100%;
    color: #666;
    border-bottom: 1px solid #DDD;
    padding: 15px 0 15px 0;
    transition: 0.3s;
}
.boletins .leiamais .bloco:hover{
    background: #F6F7F7;
}
.boletins .leiamais .bloco a{
    width: 100%;
    height: 100%;
    display: block;
}
.boletins .leiamais .bloco h4{
    font-size: 14px;
}
.boletins .leiamais .bloco h2{
    font-size: 22px;
}
</pre></body></html>