html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

/*body {
    margin-bottom: 60px;
}*/

.main-header, .brand-link {
    background-color: #3c8dbc;
}

.brand-text {
    font-weight: bold !important;
}

p {
    text-align: left !important;
    font-weight: normal !important;
}

.card {
    margin-bottom: 0 !important;
}

.content-wrapper {
    max-height: 100% !important;
}

.tableDivMe .table td, tableDivMe .table th {
    vertical-align: middle !important;
    border: 0;
}