body{
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}


.relatorio-table {
    border-collapse: collapse;
    margin: 5px 0;
    font-size: 0.7em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	border-top: 1px solid #bbbbbb !important;
	border-left: 1px solid #bbbbbb !important;
	border-right: 1px solid #bbbbbb !important;
    border-bottom: 2px solid #a1b84e;
}

.relatorio-table thead tr, 
.relatorio-table thead th, 
.relatorio-table tfoot th {
    background-color: #a1b84e;
    color: #ffffff !important;
    text-align: left;
    border-bottom: 1px solid #bbbbbb;
    
}

.relatorio-table th,
.relatorio-table td {
    padding: 3px 5px !important;
    border: unset !important;
}

.relatorio-table tbody tr {
    border-bottom: 1px solid #bbbbbb;
	
}

.relatorio-table tbody tr:nth-of-type(even) {
    background-color: #e6e6e6;
}



.relatorio-table tbody tr.active-row {
    font-weight: bold;
    color: #a1b84e;
}

