
/*    .meineButtons {
        width: 240px;
        height: 60px;
        font-size: large;
        /*color: yellow;
        background-color: #FF9900; */
    }
    td {
        text-align: center;
    }
    
    .time {
        width: 100%;
        border-bottom: 1px solid black;
        background-color: lightgrey;
        position: absolute;
        margin-top: -8px;
        margin-left: -8px;
        padding: 5px;
        text-align: center;
    }
