/* Common table */

.mod_ix-academy-seminars table {
    border-collapse: collapse;
    overflow: hidden;
    display: table;
}

.mod_ix-academy-seminars table th {
    font-weight: bold;
    background: lightgray;
}

.mod_ix-academy-seminars table td, .mod_ix-academy-seminars table th {
    padding: 0.25rem;
    text-align: left;
    vertical-align: top;
    border: 1px solid lightgray;
}

.mod_ix-academy-seminars table td p, .mod_ix-academy-seminars table th p {
    margin: 0.5rem 0;
}

/* Responsive table */

.academyCatalogWrapperOuter {
    clear: both;
}

body .academyCatalogWrapperOuter table td, body .academyCatalogWrapperOuter table th {
    padding: 0;
    border: none;
}

.academyCatalogWrapperOuter, .legendHeader, .fixedHeaderWrapper {
    position: relative;
}

.fixedHeaderWrapper {
    width: auto;
    overflow: hidden;
}

.academyCatalogWrapper {
    height: 720px;
    width: auto;
    overflow: scroll;
    overflow-x: hidden;
}

.fixedLegendWrapper {
    clear: both;
    float: left;
    max-width: 50%;
    max-height: 720px;
    overflow: hidden;
}

.fixedLegend {
    width: 100%;
}

.fixedLegend, .fixedHeaderLegend {
    table-layout: fixed;
}

.fixedLegend tr td, .fixedLegend tr th, .fixedHeaderLegend tr th {
    word-wrap: break-word;
}

.fixedLegend tr td:nth-child(1) {
    width: auto;
}

.fixedLegend tr td:nth-child(2) {
    min-width: 60px;
}

.fixedLegend tr td:nth-child(3) {
    min-width: 120px;
}

.fixedLegend tr td:nth-child(4) {
    min-width: 60px;
}

#academyCatalogPrev, #academyCatalogNext {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 3rem;
    background: white;
    border: 1px solid red;
    cursor: pointer;
}

#academyCatalogPrev:after {
    content: "<";
}

#academyCatalogNext:after {
    content: ">";
}

.seminarInfo {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.seminarInfo:after {
    content: "i";
}

#restartForm {
    display: none;
}

.hintLimit {
    float: right;
    padding: 4% 5%;
    width: 50%;
}
