@media screen and (max-width: 799px) {
    #wordsout th{
        font-size: 1em;
    }

    #wordsout td.wonum, #wordsout th:first-child, #wordsout td.woedit, #wordsout th:last-child{
        display: none;
    }
}

@media screen and (min-width: 800px) {
}
