body {
    background-color: #FFFFFF;
}

.ui.menu .item i {
    margin-right: 1.5em;
}

.main.container {
    margin-top: 4em;
    margin-bottom: 4em;
}

.ui.table thead th.negative {
    color: #9f3a38;
    background: #fcf3f3;
}

#content {
    min-height: 100px;
}

.ui.grid {
    padding: 0 !important;
}

.pushable {
    margin: 0 !important;
}

.menu .far.fa-money-bill-alt {
    transform: rotate(90deg);
}

.ui.table.transactions td.neg {
    color: #CA1212 !important;
}

.ui.table.transactions td.pos {
    color: #25A70C !important;
}

.dashed {
    border: dashed !important;
}