/* grid principal */
div#theGrid {
    margin: 0 auto;
}

.rf-tgrid {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.rf-tablestyle {
    border: 2px solid #FF9358;
    background-color: #FFF;
    cursor: pointer;
}

#rf-searchgamecontainer {
    float: left;
    padding-right: 0px; 
}

#rf-wordcontainer {
    width: 100px;
    float: left;
}

#rf-wordcontainer li {
    list-style: none!important;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid;
}

.rf-foundword {
    text-decoration: line-through;
    color: lightgray;
    font-style: italic;
}

#rf-tablegrid .rf-glowing { background: greenyellow; }
#rf-tablegrid .rf-selected { background: gold; }
#rf-tablegrid .rf-highlight { background: red; }
