.mealtime-header {
	top: 50%;
	bottom: 50%;
	width: 100%;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
	font-weight: bold;
    color: rgb(40,40,40);
}
.mealtime-bottom {
    width: 100%;
    text-align: center;
}
.mealtime-bottom-button-ok {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.mealtime-bottom-button-cancel {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto 0px auto;
}
#mealtime-listbox-label {
	width: 100%;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
    color: rgb(40,40,40);
	margin-top: 10px;
}
#mealtime-bottom-table {
	margin: auto;
}
#payment-total-value-sep {
	height: 10px;
}
#payment-bottom-sep {
	height: 5px;
}