/* Netfontes - base complementar do layout.
 * Regras específicas de páginas ficam em pages.css e forum.css.
 */

#content,
#content_menor,
#boxleft {
    min-width: 0;
}

#content img,
#content_menor img {
    max-width: 100%;
}

.font2 {
    max-width: 100%;
}

.font2 img {
    max-width: 100%;
    height: auto;
}

.preview-small .font {
    min-height: 60px;
}

.preview-default .font {
    min-height: 100px;
}

.preview-large .font {
    min-height: 145px;
}

input,
select,
textarea,
button {
    max-width: 100%;
}

.preview_top,
.functions {
    min-width: 0;
    max-width: 100%;
}

.functions > *,
.google_top > * {
    min-width: 0;
}

.functions label {
    font-weight: bold;
}

.preview-text-input {
    width: 260px;
    max-width: 100%;
}

.preview-select {
    max-width: 100%;
}

.e_star.is-favorite {
    background: url(/gifs/star.png) no-repeat 4px center;
}

.font-date-group {
    text-align: left;
    margin-bottom: -3px;
}

.font-date-label {
    border-top: 1px solid;
    border-radius: 3px;
    padding: 6px 10px 10px;
    display: inline-block;
    background: #439e00;
    color: #fff;
    font-weight: bold;
}

/* Cabecalho */
.top-welcome {
    padding: 0 5px;
}

.lang a[aria-current="page"] {
    color: #fff;
    font-weight: bold;
}

.lang a[aria-current="page"] img {
    opacity: 1;
}

.dropdown.dropdown-last {
    border-right: 0;
}

.dropdown-content.dropdown-align-right {
    right: 0;
}

/* Menu lateral */
.cc {
    font-size: 0;
}

.cc a {
    font-size: 12px;
}

.cc a.cc-accent {
    width: 86px;
}

.adsbygoogle.ad-responsive {
    display: block;
}

/* Publicidade compartilhada */
.ad-horizontal-wrap {
    width: 100%;
    max-width: 100%;
    margin: 5px 0 20px;
    text-align: left;
    overflow: hidden;
}

.adsbygoogle.ad-horizontal {
    display: block;
    width: 100%;
    min-height: 90px;
}

.prefooter-ad {
    width: 100%;
    margin: 20px 0 36px;
    text-align: left;
}

/* Rodape */
#rodape .footer-up-left {
    float: left;
    padding-left: 30px;
}

#rodape .footer-up-right {
    float: right;
    padding-right: 30px;
}

#rodape .footer-copyright,
#rodape .footer-hosting,
#rodape .footer-sponsor {
    text-align: center;
}

#rodape .footer-copyright,
#rodape .footer-hosting {
    padding: 6px;
}

#rodape .footer-sponsor {
    padding: 10px;
}

#rodape .footer-domains {
    font-size: 11px;
}

#rodape .footer-domains a {
    color: darkblue;
}

#rodape .footer-domains a:hover {
    color: #c00;
}

.layout-text-left {
    text-align: left;
}

.layout-spacer-top {
    margin-top: 30px;
}

.layout-spacer-bottom {
    margin-bottom: 30px;
}

.layout-clear {
    clear: both;
}

.layout-hidden {
    display: none;
}
