@import url("general.css");

/* Content */
.content {
    display        : flex;
    flex-direction : column;
    justify-content: start;
    align-items    : center;
    gap            : 30px;
    overflow-y     : hidden;
    width          : 100%;
    height         : auto;
}

.content h1 {
    line-height  : 115%;
    font-size    : 22px;
    margin-bottom: 15px;
    text-align   : center;
}

.content p {
    text-align : justify;
    hyphens    : auto;
    width      : 80%;
    overflow   : hidden;
    line-height: 1.5em;
}

/* .numbertable  */
.alphabet td,
.numbertable td {
    overflow: hidden;
}

.alphabet colgroup col:first-of-type,
.numbertable colgroup col:first-of-type {
    width: 20%;
}

.alphabet colgroup col:nth-of-type(2) {
    width: 40%;
}

.alphabet colgroup col:nth-of-type(2) {
    width: 40%;
}

.numbertable colgroup col:first-of-type {
    width: 20%;
}

.numbertable colgroup col:nth-of-type(2) {
    width: 25%;
}

.numbertable colgroup col:nth-of-type(3) {
    width: 25%;
}

.numbertable colgroup col:nth-of-type(4) {
    width: 30%;
}


.alphabet,
.numbertable {
    table-layout   : fixed;
    border-collapse: collapse;
    width          : 90%;
    font-size      : 14px;
    border         : 1px solid var(--fcs-blue);
}

.alphabet tr td:first-of-type,
.numbertable tr td:first-of-type {
    font-weight : bold;
    font-size   : var(--fcs-FS-h3);
    padding-left: 10px;
}

.alphabet tr td:nth-of-type(2),
.numbertable tr td:nth-of-type(2),
.numbertable tr td:nth-of-type(3) {
    padding-left: 2px;
    font-size   : var(--fcs-FS-h3);
}

.alphabet td,
.numbertable td {
    padding: 5px 8px;
}

.alphabet tbody tr:nth-of-type(odd),
.numbertable tbody tr:nth-of-type(odd) {
    border-bottom: 1px solid var(--fcs-blue);
}

.alphabet tbody tr:nth-of-type(odd),
.numbertable tbody tr:nth-of-type(odd) {
    background-color: var(--fcs-menue-item);
}

.alphabet tr:first-of-type td,
.numbertable tr:first-of-type td {
    font-size: 12px;
}