body {
    /*background-color: #f2f2f2;*/
    background-color: white;
    font-family: Roboto, Arial, sans-serif;
}


.row{
    margin-left: 10px;
    margin-right: 10px;
    max-width: none;
        
}


.JLargePadding {
    padding: 20px 20px 20px 20px;
}

.JWidthFull {
    /*width: 100%;*/
}

.JWidth900 {
    width: 900px;
}

.JWidth300 {
    width: 300px;
}

.JGrey {
    background-color: #d0d0d0;
}

.JBlack {
    background-color: black;
    color: white;
}

.JBackgroundWhite
{
    background-color: white;
}

.JBackgroundGrey {
    background-color: #f2f2f2;
}


.JItalic {
    font-style: italic;
}

.JHeadlineSize {
    font-size: 48px;
}

.JNormalSize {
    font-size: 30px;
}

.JFooterSize {
    font-size: 30px;
}

.JWeight600
{
    font-weight: 600;
}

.JHeigthFull {
    /*height: 100%;*/
}





.JJobId
{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}