#tries td:first-child {
    width: 18%;
}

@media (max-width: 400px) {
    #tries td:first-child {
        width: 28%;
    }
}