.joblistFrame {
    display: flex;
    width: 482px;
    background: #121212 url(/images/chrono/bg.png) top left repeat-x;
    flex-wrap: wrap;
    flex-direction: row;
    float: left;
    padding: 10px;
    border: #121212 7px solid;
    justify-content: center;
    margin: 10px;
}

.joblistUser {
    /* text-align: left; */
    background: #0003;
    width: 100%;
    height: 85px;
    margin-top: 6px;
    overflow: auto;
}

.joblistDesc {
    text-align: justify;
    overflow: auto;
    height: 100px;
    font-size: 12px;
}

.joblistJob {
    background: #4c4d1b30 url(/images/chrono/bg.png) top left repeat-x;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-family: 'kenyan_coffeeregular';
    /* font-weight: 600; */
    letter-spacing: 1px;
    height: 40px;
    line-height: 36px;
}
		