<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding-top: 40px;
    padding-bottom: 40px;

}

.btn-adcircus {
    padding: 8px 11px;
    margin-top: 17px;
}
.btn-right {
   margin-left: 6px;
}


.page-body {
    /*width: 524px;*/
	width:753px;
}


.guia {
    margin-left: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 0.8em;
    float: left;
    width: 255px;
    height: 130px;

    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}
.guia-categoria {
    display: block;
    padding: 3px 5px;
    background-color: #BFBFBF;
}
.guia-categoria a {
    color: white;
}
.guia-title {
    display: block;
    text-transform: uppercase;
    line-height: 1.5em;
}
.guia-logo {
    margin: 5px;
    float: left;
    height: 200px;
}
.guia-linha {
    display: block;
    margin-top: -5px;
}
</pre></body></html>