

body {
    font-size: smaller !important;
}

.amount {
    white-space: nowrap;
}

.table.is-narrow td, .table.is-narrow th {
    padding: .25em .25em !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.modal header, .modal footer {
    padding: 15px !important;
}

input, textarea, select {
    background-color: aliceblue !important;
}

.red {
    color: red !important;
    font-weight: bold;
}

.colored {
    color: dodgerblue !important;
    font-weight: bold;
}
