* {
    font-family: monospace;
}
body {

}

table {
    margin:10px;
    font-family: monospace;
    font-size: 1.5em;
    border-collapse: collapse;
}
th {
    font-size: 0.8em;
    font-weight: 900;
    text-align: left;
    color: #a2a2a2;
    padding: 5px 20px 5px 5px;
}
td {
    text-align: left;
    border-bottom: solid 1px #e5e5e5;
    padding: 5px 20px 5px 5px;

}

.del td {
    text-decoration: line-through;
    color:gray;
}
.header {
    padding:5px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: white;
    border: none;
}

.timedate {
    display: flex;
    justify-content: flex-end;
}
#todaysDate, #currentTime {
    margin-right:10px;
    margin-top:10px;
    font-size: 1.2em;
    color: #ff6f37;
}
.macontainer {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: center;

}
.madetailscontainer{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding:10px;
}
.guestcontainer {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
}
.makachel {
    padding:10px;
    border-radius:10px;
    margin:5px;
    text-align: center;
    font-size: 4em;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.makacheldetails {

    padding:10px;
    border-radius:10px;
    margin:5px;
    text-align: left;
    font-size: 1.5em;
}
.anzahl {
    font-size:0.5em;
    text-align: right;
}
.anzahl:before {
    content: "#";
}
.hinweis {
    font-size:0.4em;
    text-align: center;
}
.guestkachel {
    width: 50%;
    background: #ff7c26;
    padding:10px;
    border-radius:10px;
    margin:5px;
    text-align: center;
    font-size: 2em;
}

a {
    text-decoration: none;
    color: #37495e;
    font-size: 1em;
}





.nowrap {
    white-space: nowrap;
}

h1 {
    color: #f23700;
    font-size: 1.8em;
    margin-bottom: 0px;
    margin-top: 0px;
}
h2 {
    font-size: 0.8em;
    color: #ff6f37;
    margin-top: 3px;
}


fieldset {
    border-radius: 10px;
    margin-bottom: 10px;
    background: white;
    border: none;
}

legend {
    font-size: 2em;
}




