table {
    width: 100%;
    height: 140px;
    padding: 0px;
    box-sizing: border-box;
    border: 1px solid #f1ead1;
    border-radius: 5px;
    border-bottom-right-radius: 5px;
    background: radial-gradient(#f4edd3, #f1ead1, #d7cdab);
    font-size: 13px;
    font-family: 'ms ui gothic';
    text-align: center;
    align-items: center;
    align-self: center;
    text-transform: uppercase;
    -webkit-border-vertical-spacing: 4.5px;
    color: #d7cdab;
    font-weight: bold;
}

td {
    border: none;
    padding: 1px;
    font-size: 9px;
    background: linear-gradient(180deg,rgba(140, 140, 140, 1) 0%, rgba(57, 57, 57, 1) 36%, rgba(26, 26, 26, 1) 37%, rgba(0, 0, 0, 1) 100%);
    border-radius: 3px;
}