#lexiconContainer a:hover
{
    
}

#lexiconContainer .subTitle, #lexiconContainer .subTitle a, #lexiconContainer .subTitle a:hover
{
    font-size: 9px;
}

#lexiconContainer .clear
{
    clear: both;
}


#lexiconContainer .clear10
{
    clear: both;
    height: 10px;
}

#lexiconContainer .button
{
    border: none;
    font-style: underline;
    font-size: 10px;
    
}

#lexiconContainer #resultsContainer
{
    width: 500px;
}

#lexiconContainer #counter
{
    color: #555555;
    font-size: 8px;
}


    .colFrom
    {
        width: 40px;
    }
    .colSourceWord
    {
        width: 100px;
    }
    .colSeparator
    {
        width: 25px;
    }
    .colTo
    {
        width: 40px;
    }
    .colTargetWord
    {
        width: 100px;
    }
    .resultsTable
    {
        margin: 10px;
        padding: 5px;
        background: #dddddd;
        height: 30px;

    }

