/* #titulo{
    position: relative; top: -60px; left:25px; 
    /* position: fixed;  */


    div{
        margin-top: 15px; 
    }
    td{
       font-size: 13px;
    } 
    tr th{
       font-size:11px;
       color: black;
    }
    .table td, .table tr th{
       padding:2px 5px;
    }
    .table{
       margin:15px;
    }
    .table .thead-dark th{
       background-color:#000099;
    } 
    /* .table-striped tbody tr:nth-of-type(odd) {
       background-color: rgba(0,102,204,.4);  
    } */
    .blink{
       color:rgba(0,0,0,1); 
    }
    .nome{
       display:flex;
       min-width: max-content;
    } 
    /* <table class="table table-striped table-hover table-secondary table-sm table-bordered">
    <thead class="bg-primary text-white">  */
    
    thead{
       margin: 15px;
    }
  
    #total{
        align: center;
    }
    tbody{
        margin: 25px;
    }
    