body{
    background-color: red;
}
.content-center{
    width:calc(100% - 40px);
    min-height: calc(100vh - 40px);
    margin:20px;
    background-color: white;
    border-radius: 30px;
    padding: 20px;
}

.qr{
    margin:auto;
    width:500px;
}
.time{
    margin:auto;
    width:500px;
    font-size: 200px;
}

.time.smallTime{
    font-size: 100px;
    width: 100%;
    text-align: right;
}

.hidden{
    display: none;
}

.troups td{
    font-size: 30px;
}

.progress{
    height: 80px;
}

.amounts{
    height: 240px;
}

.totalLeft{
    font-size: 150px;
    float:right;
}

.totalServed{
    font-size: 150px;
    float:left;
}
.counter{
    margin-top: 50px;
}

.laneButton{
    width: 100%;
    height: 80px;
    font-size: 40px;
    margin:5px;
    border-radius: 5px;
}

.name{
    float:left;
    font-size: 100px;
}
.amounts{
    font-size: 12px;
}

.phoneislastmeal{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: .25rem;
}

.differenceInLists{
    background-color: #f8d7da !important;
}