@font-face {
    font-family: 'otoc-font-icons';
    src: url('../fonts/otoc-font-icons.eot?1rsjlm');
    src: url('../fonts/otoc-font-icons.eot?1rsjlm#iefix') format('embedded-opentype'),
         url('../fonts/otoc-font-icons.ttf?1rsjlm') format('truetype'),
         url('../fonts/otoc-font-icons.woff?1rsjlm') format('woff'),
         url('../fonts/otoc-font-icons.svg?1rsjlm#otoc-font-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.table-container {
    overflow-x: auto;
    margin: 15px 0 15px auto;
}

.table-container .form-table {
    width: 100%;
    table-layout: fixed;
}

.table-container .form-table thead tr {
    height: 30px;
}

.table-container .form-table thead tr th.empty {
    width: 225px;
    background-color: #ffffff;
    border: 1px solid #343a40;
}

.table-container .form-table thead tr th.partner-name {
    position: relative;
    width: 30px;
    height: 225px;
    font-size: 14px;
    font-weight: normal;
    color: var(--dockb-dark, #343a40);
    background-color: #f0f0f0;
    border-top: 1px solid #343a40;
    border-right: 1px solid #343a40;
    border-bottom: 1px solid #343a40;
}

.table-container .form-table thead tr th.partner-name .title {
    position: absolute;
    right: 0;
    left: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
}

.table-container .form-table tbody tr {
    height: 30px;
}

.table-container .form-table tbody tr th.member-name {
    width: 225px;
    font-size: 14px;
    font-weight: normal;
    color: #343a40;
    background-color: #f0f0f0;
    border-right: 1px solid #343a40;
    border-bottom: 1px solid #343a40;
    border-left: 1px solid #343a40;
    padding-left: 15px;
}

.table-container .form-table tbody tr td {
    background-color: #ffffff;
    border-right: 1px solid #343a40;
    border-bottom: 1px solid #343a40;
    text-align: center;
}

.table-container .form-table tbody tr td span {
    color: transparent;
}

.table-container .form-table tbody tr td.member-equal-partner {
    background-color: #c2c2c2;
    text-align: center;
}

.table-container .form-table tbody tr td.marked-first::after {
    font-family: 'otoc-font-icons';
    content: "\ea10";
    font-weight: bold;
    color: #343a40;
    margin-left: -8px;
}

.table-container .form-table tbody tr td.marked-second::after {
    font-family: 'otoc-font-icons';
    content: "\ea10";
    font-weight: bold;
    color: #343a40;
    margin-left: -8px;
}

.download-button {
    text-align: right;
    margin-top: 30px;
}

.download-button input {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: var(--dockb-blue, #3a96db);
    border: none;
    padding: 6px 40px;
    transition: filter 0.33s;
    cursor: pointer;
}

.download-button input:hover {
    filter: brightness(75%);
}
