        /* #dashboardtable {
    width: 100%;
    height: 300px;
}

.meinpanelbodyright {
    height: 283px;
}

#welcomebox {
    position: absolute;
    top: 30px;
    font-family: Arial;
    font-size: 40px;

    line-height: 3.04285714286;
    color: black;
}

#timerbox {
    margin-top: -20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 3.04285714286;
}

#dashboardtable td {
    border-top: none;
}

#openingtimetable {
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
}

#dashboardtable td {
    font-family: Roboto, sans-serif;
    font-size: 14px;

    font-weight: 400;
    color: black;
}

#dashboardtable #openinghoursbox {
    position: relative;
    top: 5em;
    left: 1.5em;

    width: 20em;
    margin-bottom: 1em;
}

.EstimatedBanner {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: white;
    line-height: 2.14285714286;
    font-weight: 400;
    background-color: #0866C6;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 0px;

    border-radius: 5px;
    width: 100%;
    display: grid;
    grid-template-columns: 50px 80px 100px 500px;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    white-space: nowrap;

    margin-bottom: 50px;
    position: relative;
    left: 0px;
}

.EstimatedBanner .estimateditem1 {
    grid-area: 1/ 1 / span 1 / span 1;
}

.EstimatedBanner .estimateditem2 {
    grid-area: 1/ 2 / span 1 / span 1;
}

.EstimatedBanner .estimateditem3 {
    grid-area: 1/ 3 / span 1 / span 1;
}

.EstimatedBanner .estimateditem4 {
    grid-area: 1/ 4 / span 1 / span 1;
}

#submitbox {
    position: relative;
    top: 100px;
    width: 400px;
    left: 30px;
}

#dashboardbuttonbox {
    /* position: relative;
    top: -15px; */
        /*  left: 2em;
    width: 10em;
}




#dashboardbuttonbox button {
    background-color: #0866C6;
    border: 0.5px solid #0866C6;
    width: 170px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    line-height: 2.14285714286;
    font-weight: 400;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
}

.EstimatedBanner {
    background-color: #43a047;
    margin: 24px 0;
    padding: 8px 24px 16px 80px;
    color: #fff;
    border-radius: 5px;
    position: relative;
}
#dashboardbuttonbox {
    /* position: relative;
    top: -15px; */
        /*  left: 2em;
    width: 10em;
}*/
        
        #dashboardbuttonbox button {
            background-color: #0866C6;
            border: 0.5px solid #0866C6;
            width: 170px;
            padding-top: 5px;
            padding-bottom: 5px;
            color: white;
            line-height: 2.14285714286;
            font-weight: 400;
            border-radius: 2px;
            font-weight: bold;
            font-size: 14px;
        }
        
        .EstimatedBanner {
            background-color: #166EBB;
            /* margin: 24px 0; */
            padding: 8px 24px 16px 80px;
            color: #fff;
            border-radius: 5px;
            position: relative;
        }
        
        #serverfirstsentence {
            font-size: 18px;
            font-weight: bold;
        }