.letras-atril {
    margin: 0em 0 2em;
    display: inline-block;
}
.ficha-atril {
    border: 1px solid #000;
    width: 32px;
    height: 35px;
    display: inline-block;
    margin: 3px 2px;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
}


.casilla  {
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.coordenada {
    border: 0;
    font-weight: bold;
    font-size: 1.25em;
}


.fichaTablero {
    font-size: 22px;
}

.fichaAtril {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: bold;
}

.palabra-generador {
    font-weight: bold;
    color: #222;
    font-size: 110%;
    white-space:nowrap;
}

.casilla {
    outline-offset: -4px;
}

.botonJugada {
    margin-left: 10px;
    padding: 0 0.75rem;
    text-transform: none;
    font-size: 100%;
    background: #fff;
    border: 1px solid #e26129;
    color: #e26129;
}

@media (max-width: 760px) {
    .casilla  {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .fichaTablero {
        font-size: 12px;
    }
    .fichaContainer sub {
        display: none;  
    }
    .anagramador1 .starA, .anagramador2 .starA {
        background-image: none;
        background-color: #e26129;
    }
    .content {
        padding: 1rem 1rem 2rem;
    }
    #tableroContainer {
        line-height: 1
    }
    .coordenada {
        font-size: 1.25rem;
    }
    .fichaAtril {
        font-size: 18px;
    }
}

@media (max-width: 450px) {
    .content {
        padding: 1rem 0.2rem 2rem;
    }
    .content p, .content h2, .content h4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}