﻿.nowrap {
    white-space: nowrap !important;
}

.btn-link-acessar {
    font: inherit;
    line-height: 2;
    background-color: #0A4360;
    color: #FFFFFF !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 7px;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
}
