
.tdDate {
    background-color: #D6E3BC;
    white-space: nowrap;
    margin: 0;
    padding: 8px;
}

.tdDate > div {
    transform: translate(-5px, 200px) rotate(-90deg);
    color: #365F91;
    font-size: 20px;
}

.tdWinner {
    background-color: #ffc722;
    border-bottom: 1px solid yellow;
    color: #1a1d26;
    font-size: 32px;
}

.tdAgainst {
    background-color: #363533;
    color: white;
    font-size: 32px;
}

.tdScore {
    background-color: #F1FDB3;
}

/********Amzon********/
.amz-badge-rectangle-l {
    height: auto;
    background-color: #ffc722;
    border-color: #009688;
    display: flex;
    text-decoration: none;
}
.amz-badge-rectangle-r {
    height: auto;
    background-color: #363533;
    border-color: #009688;
    display: flex;
    text-decoration: none;
    color: black;
}

.amz-badge-triangle {
    width: 0;
    height: 0;
    border-right: 20px solid #363533;
    border-top: 38px solid;
    color: #ffc722;
}

.amz-badge-text-l {
    line-height: 38px;
    margin-left: 8px;
    margin-right: 8px;
    color: #1a1d26;
}

.amz-badge-text-r {
    line-height: 38px;
    margin-left: 4px;
    margin-right: 8px;
    color: white;
}

.amz-badge-triangle2 {
    width: 0;
    height: 0;
    border-right: 10px solid #363533;
    border-top: 72px solid;
    color: #ffc722;
}

.amz-badge-text-d-l {
    line-height: 24px;
    margin-left: 8px;
    margin-right: 4px;
    color: #1a1d26;
}

.amz-badge-text-d-r {
    line-height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    color: white;
}

.amz-float-left {
    float: left !important;
}

