﻿body {
}

.bold {
    font-weight: bold
}

.red {
    color: red !important;
}

.money {
    color: #333333;
    font-weight: bold
}

    .money.discount {
        color: green !important;
    }

    .money.actual {
        color: red !important;
    }