body {
    /*background-color: #4A4A4A;*/
    background-color: #FFFFFF;
}
body > .grid {
    height: 100%;
}
.image {
    margin-top: -100px;
}
#startpagecolumn {
    max-width: 450px;
}


.ui.teal.dividing.header {
    border-bottom: 2px solid #00B5AD;
}

.button
{
    margin: 0.2em !important;
}

.selectedcell
{
    background-color: #00B5AD !important;
    color: black !important;
}

#orderslist > tbody > tr > td:nth-child(1)
{
    text-align: center;
}

#overlay
{
    display: block;
    background-color: white;
    /*position: fixed;
    bottom: 0px;
    height: 25%;
    width: 100%;*/
    height: auto;
    position: relative;
    overflow-y: scroll;
}

#overlayheader
{
    text-align: center;
    font-weight: bold;
}