.uk-table {
    border-collapse: unset;
    border-spacing: .2rem;
}

*+.uk-table {
    margin-top: 20px;
}
.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}
.uk-table-small td, .uk-table-small th {
    padding: 10px 12px;
}
.uk-table td {
    padding: 16px 12px;
    vertical-align: top;
}
table .indent {
    padding-left: 1rem!important;
}
tr.verde {
    background-color: #008357;
	color:#fff;
}
.uk-table tr.titulo th {
    color: #fff;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
}
.uk-table-small td, .uk-table-small th {
    padding: 10px 12px;
}
.uk-table th, .uk-table td {
    padding: 16px 12px;
    vertical-align: top;
}
table .underline {
    border-bottom: solid 1px #000;
}
td:not(:first-child), th:not(:first-child) {
    text-align: right;
}
table .doubleline {
    border-bottom-style: double;
}