﻿body {
}

.profit-positive {
    color: green;
    font-weight: bold;
}

.profit-zero {
    color: #666; /* grey */
    font-weight: bold;
}

.profit-negative {
    color: red;
    font-weight: bold;
}
.upload-square {
    width: 30px;
    height: 30px;
    min-width: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
    margin: auto;
    border-radius: 0;
    display: block;
}

.job-col {
    width: 50px !important;
    max-width: 50px !important;
    padding: 0 !important;
    text-align: center !important;
}

.job-table table {
    table-layout: fixed;
    width: 100%;
}

