﻿body {
}

h1
{
    font-size:18pt;
    color:red;
   align-content:center;

}

h2{
    color:red;
}
.webTitle {
    font-style:oblique;
}


table#recTable {
    width: 100%;
    border: 0px solid red;
}

#recTable tr td {
    height: 20px;
    border: 0px solid red;
    text-align:center;
}

table.DictList {
    border: 2px solid #FFFFFF;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
   
}
tr.rowClass{
   
}

td.wordClass {
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    width: 20%;
    background-color: #f5f5f5;
}

td.meaningStyle {
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 18px;
    width: 80%;
}




table.soTable {
    border: 2px solid #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

    table.soTable td, table.soTable th {
        border: 1px solid #FFFFFF;
        padding: 3px 4px;
    }

    table.soTable tbody td {
        font-size: 18px;
    }

    table.soTable td:nth-child(even) {
        background: #EBEBEB;
    }

    table.soTable thead {
        background: #FFFFFF;
        border-bottom: 4px solid #333333;
    }

        table.soTable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #333333;
            text-align: center;
            border-left: 2px solid #333333;
        }

            table.soTable thead th:first-child {
                border-left: none;
            }

    table.soTable tfoot {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        border-top: 4px solid #333333;
    }

        table.soTable tfoot td {
            font-size: 14px;
        }
