body {
    /*background: radial-gradient(*/
    /*        circle,*/
    /*        rgba(246, 250, 234, 1) 0%, */
    /*        rgba(218, 236, 172, 1) 100%) !important;*/
    margin: 0;
    padding: 0;
}

.centered-input input {
    text-align: center;
}

.centered-input-with-adornment input {
    text-align: center;
    margin-left: 44px !important;
}

.table-actions-column {
    width: 1%; 
    white-space: nowrap; 
    text-align: center !important;
}

@media (max-width: 600px) {
    .mud-xs-table .mud-table-cell.align-right-xs {
        text-align: right !important;
    }
}