body { background: #00ABA1; }

h1, h2, h3, h4, h5, h6 { color: #D6FFFC; }
h5 { font-weight: normal; }
p { color: #FFF; }
a, a:link, a:active, a:visited { color: #FFF; }
a:hover { color: #002926; }
table { width: 100%; }
table thead tr th, table tfoot tr td, table tbody tr td { font-size: 9pt; }
table tbody tr td { padding: 4px 9px; }
#premiadosFinais th, #premiadosFinais td { font-size: 16px !important; }
hr { border-top: 1px solid; border-top-color: #008F85; margin-bottom: 10px; }
hr.no-top { margin-top: 0px; }

.top-bar { margin: 0px; }
.icone.pdf { width: auto; height: 25px; margin-top: 9px; margin-right: 7px; vertical-align: top; }
.button .icone.pdf { width: auto; height: 30px; margin-top: 0px; vertical-align: middle; }
.header .stamp { position: absolute; top: 45px; left: 0px; }
.header .headline { position: absolute; top: 65px; left: 0px; }
.header .fundo { margin-top: 0px; vertical-align: bottom; }
.header.small .headline { margin-left: -100px; margin-top: 50px; }
.conteudos { text-align: left; }
.conteudos h4 { margin-bottom: 5px; }
.conteudos h5 { margin-top: 0px; margin-bottom: 10px; }
.conteudos p { margin-top: 0px; margin-bottom: 20px; }
.videoPromo { width: 100%; height: 200px; margin: 20px auto; }
.comentario { font-size: 8pt; }
.spinner { line-height: 28px; font-size: 12px; color: #444; }
.spinner .loading { float: left; margin-right: 5px; }

dl.sub-nav { margin: 13px 0 0 -9px; }
dl.sub-nav dt { color: #D6FFFC; }
dl.sub-nav dd { float: right; margin-right: 0px; margin-left: 3px; }
dl.sub-nav dd a { display: block; background-color: #008F85; width: 22px; line-height: 22px; text-align: center; }

footer { background-color: #008F85; padding-top: 10px; padding-bottom: 30px; }
footer p, footer li { font-size: 9pt; }


/* -- MEDIA QUERIES ----------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* Small Device Styles here */
	.header .stamp { width: 110px; height: auto; }
}