html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

header nav.navbar {
    background-color: #023856;
}

a.navbar-brand.logo {
    background-image: url(/images/sublogo_branco.png);
    background-size: 40px;
    background-repeat: no-repeat;
    padding-left: 50px;
}

table.td-min-width-100px td {
    min-width: 100px;
}
table.td-min-width-150px td {
    min-width: 150px;
}
table.td-min-width-200px td {
    min-width: 200px;
}

h1, h5 {
    color:#023856 !important;
}
