inflection_table.css 879 Bytes
.inflection-table-container {
    display: inline-block;
    vertical-align: top;
}

table.inflection-table {
    border-width: 0;
    /*border-style: solid;
    border-color: gray;*/
    border-collapse: collapse;
    background-color: white;
    margin: 15px;
}

table.inflection-table td {
    padding: 15px;
    border: 1px solid gray;
    background-color: #d9e5ed;
    text-align: left;
}

table.inflection-table td span.qualifiers {
    color: darkgray;
    font-style: italic;
}

table.inflection-table td.header-c, table.inflection-table td.header {
    background-color: #d8d8d8;
}

table.inflection-table td.header-c {
    text-align: center;
}

table.inflection-table td.header {
    text-align: left;
}

table.inflection-table td.blank {
    border-width: 0;
    background-color: white;
}

ul.form-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}