﻿body
{
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.panel-default > .panel-heading {
    color: #556C85;
    background-color: #fff;
    font-size: 1.125em;
    font-weight: 600;
}

.tabela {
    border-collapse: separate;
    width: 100%;
    border: solid #ccc 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .tabela th, .tabela td {
        padding: 5px;
        font-size: 1em;
        color: #5D5D5D;
    }

    .tabela th {
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .tabela td {
        font-weight: 400;
    }

.tabela tbody tr:hover {
    background-color: #D9EEFF;
}

.navbar-brand {
    padding: 0px;
    height: auto;
    max-height: 25px;
    margin-top: 15px;
}