
#topo-topo{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
#topo-logo{
    float: left;
    width: 207px;
    height: 71px; 
}
#topo-titulo{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #0D406F;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}
#topo-direita{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #0D406F;
    font-size: 12px;;
    text-align: right;
}

.botao-menu-esquerda{
    margin: auto;
    width:95%;
    font-size: medium;
}
#nonAjaxLoad {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#nonAjaxLoadImage{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}
.contas{
	width: 25%;
	vertical-align: top;
}
.detalhes{
	width: 75%;
	vertical-align: top;
}