.form-actions-footer {
    justify-content: start;
}
.table .actions button {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    margin: 3px;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.lastUpdated {
    font-size:0.8em
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    box-shadow:none !important;
}