#earth {
    #peut_defiler {
        max-width: 100vw;
        overflow-x: scroll;
        overflow-y: hidden;
        box-sizing: border-box;
        padding: 20px;
        background-color: #f2f3f4;
        box-shadow: 1px 1px 3px #000000;;
    }

    table {
        border-collapse: collapse;
        table-layout: fixed;
        border: 2px solid #101011;
    }

    th, td {
        width: 4rem;
        min-width: 4rem;
        max-width: 4rem;
        height: 2.3rem;
        min-height: 2.3rem;
        max-height: 2.3rem;

        border: 1px solid #7b8b70;
    }

    input {
        border: none;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
        background: none;
        text-align: center;
    }

    input:not(.pseudos) {
        height: 100%;
        font-size: 1.3rem;
    }

    tr:last-child td {
        font-size: 1.3rem;
        text-align: center;
        vertical-align: middle;
    }

    .pseudos {
        height: 40%;
        font-size: 0.8rem;
    }

    .pseudo_container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .pseudo_container > div {
        font-size: 0.8rem;
    }

    th {
        vertical-align: middle;
    }

    th > div {
        margin: 0 auto;
        width: calc(100% - 5px);
        height: calc(100% - 5px);
        background-color: #a0b77f;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    th > div > div {
        width: 100%;
        height: fit-content;
        color: #ffffff;
        font-size: 1.2rem;
        filter:
            drop-shadow( 1px 0   0 white)
            drop-shadow(  0  1px 0 white)
            drop-shadow(-1px 0   0 white)
            drop-shadow(  0 -1px 0 white);
    }
}
