.demoCharGif{
    height: 3em;
    width: auto;
}
.instructionTable{
    width: 100%;
    border: none;
}

.instructionTable tr>td{
    padding: 0 1em;
    border: none;
}

.instructionTable tr>td:last-of-type{
    padding: 0;
}

.instructionTable tr>td:first-of-type{
    padding: 0;
    text-align: right;
}

.instructionTable tr:hover{
    /*background-color: rgb(213, 210, 186);*/
}

.instruction_key{
    height: 30px;
    width: 30px;
    object-fit: contain;
}