@charset "utf-8";
/* Your styles here */

.clr{clear:both;}

.budgetOK{
    color:#468847;
}
.budgetAlmostSpent {
    color:#f89406;
}
.budgetSpent {
    color:#b94a48;
}
.solutionField {
    width:50px;
}
pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }