/* on ISJ these are red by default, override that in buttons */
    .meter .panel-body .col-xs-12 .btn-default {
        color: black;
    }
    .meter .panel-body .col-xs-12 .btn-primary {
        color: white;
    }