html,body{
    height: 100%
}

p,span{
    color:RGBA(14, 93, 87, 1);
}
.outcome {
    color:#CD5C5C;
}

.income {
    color:#90EE90;
}

body {
    background-color:RGBA(14, 93, 87, .05);
}

footer {
    font-size: 0.5em;
}

.form-check-inline{
    margin:0.30em;
}

.form-check-inline .chip span{
    cursors:pointer;
}

