.shio-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.shio-table th,
.shio-table td {
    padding: 6px;
    text-align: center;
    background-color: #540000;
    color: white;
    font-weight: 500;

}

.shio-table td {
    border: 1px solid #fdff35;
}

.shio-table th {
    background-image: linear-gradient(#fed907, #fdff35);
    color: #000000;
    font-weight: 800;
}

.header-pasaran {
    border-radius: 10px 0 0 0;
}

.header-angka {
    border-radius: 0 10px 0 0;
}

@media (max-width: 480px) {
    .shio-table td {
        padding: 3px;
    }

}