body {
    background-color: lightgray;
}

[v-cloak] {
    display: none;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
    background: #009688;
    color: white;
    border-bottom: thin solid rgba(0, 0, 0, .12);
}

.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:last-child, .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row), .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:last-child, .theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row), .theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
    border-bottom: none;
}

.v-data-table__expanded__row, .v-data-table__selected {
    background-color: #A7FFEB!important;
}

/*.v-btn__content {*/
/*    color: orange;*/
/*}*/

/*.proposal-button {*/
/*    color: white!important;*/
/*}*/