@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    : 25px;
    margin-bottom: 15px;
}

.content p {
    text-align : center;
    width      : 80%;
    overflow   : hidden;
    line-height: 1.5em;
    /* border  : 1px solid grey; */
}

.content img {
    width : 200px;
    height: auto;
}

.part-title {
    width           : 100%;
    display         : flex;
    justify-content : center;
    align-items     : center;
    padding         : 8px 0;
    background-color: var(--fcs-blue);
    color           : whitesmoke;
}

.transponder td,
.transponder2 td {
    overflow: hidden;
    border  : 1px solid whitesmoke;
    hyphens : auto;
}

.transponder colgroup col:first-of-type {
    width: 60%;
}

.transponder colgroup col:last-of-type {
    width: 40%;
}

.transponder,
.transponder2 {
    table-layout   : fixed;
    border-collapse: collapse;
    width          : 90%;
    font-size      : 14px;
}

.transponder tr td:first-of-type {
    font-weight : bold;
    font-size   : var(--fcs-FS-h2);
    padding-left: 20px;
}

.transponder tr td:last-of-type {
    text-align: center;
    font-size : var(--fcs-FS-h2);
}

.transponder td,
.transponder2 td {
    padding : 5px 8px;
    overflow: hidden;
}

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

.transponder tbody {
    border-bottom: 2px solid grey;
}

.transponder2 td {
    text-align: justify;
    hyphens   : auto;
    font-size : 16px;
}