.tictac table {
    border: 0px;
    border-collapse: collapse;
}

.tictac td {
    border: 1px solid grey;
}

.tictac button {
    background: transparent;
    border: none !important;
    height: 100px;
    width: 100px;
}

.tictac .green {
    background-image: url("../images/green_pepper.png");
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.tictac .red {
    background: url("../images/red_pepper.png");
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}

.uber {
    position: relative;
}

.werbung {
    position:absolute;
    bottom:0;
    right:0;
}
