﻿.SingleJobDisplay {
        margin: 10px;
        /*border: 1px solid #A8B6E1;*/
    }

    .SingleJobDisplay .label {
        background: #3B56A1;
    }
    .TopJobRow {
        margin-top: -15px;
        margin-bottom: -4px;
        color: #3b56a1;
        font-size: 20px;
        padding: 5px 0;
        /*border-bottom: 1px solid #A8B6E1;*/
    }
    .MidJobRow {
        padding: 5px 0;
        font-weight: 100;
        color: #333333
    }
    .JobType {
        color: #333333;
    }
    .blackText {
        font-size: 1rem;
        color: black;
    }
    .Distance {
        position: relative;
        top: -35px;
    }