.container {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.header {
    background-color: #e08a75;
    height: 55px;
    margin: 0 30px 0 15px;
    color: white;
    font-weight: bold;
}

#lottoliste > tbody > tr,  #eurojackpotliste > tbody > tr, #eurojackpotliste2 > tbody > tr, .wuerfel {
    cursor: pointer;
}

#eurojackpot_logo {
    vertical-align: bottom;
    margin-right: 10px;
}

.equal > div {
    display: grid;
}

.euro {
    text-align: right;
}

.number {
    width: 55px;
    background-color: yellow;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.icon {
    width: 32px;
}
