.homepage-icon {
    text-align: center;
    font-size: 6rem;
}

.homepage-intro {
    margin-top: 2rem;
    text-align: center;
}

.container-choices-5 { max-width: 620px; }
.container-choices-6 { max-width: 660px; }
.container-choices-7 { max-width: 700px; }
.container-choices-8 { max-width: 740px; }
.container-choices-9 { max-width: 780px; }
.container-choices-10 { max-width: 820px; }



.choice-day,
.choice-date,
.choice-month,
.choice-start-hour,
.choice-end-hour {
    display: block;
}

.choice-day,
.choice-month,
.choice-start-hour,
.choice-end-hour {
    color: #aaa;
    font-weight: 400;
}

.choice-date {
    font-family: LiebherrText-Bold, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.choice-start-hour {
    margin-top: 0.5rem;
}

.col-choice {
    width: 19%;
}

.col-choice-disabled {
    opacity: 0.3;
}


.table-poll td,
.table-poll th {
    padding-left: 0;
    padding-right: 0;
}

.summary td {
    border-bottom: 2px solid #dee2e6;
}

.summary-container {
    display: flex;
    width: 100%;
    margin: -0.75rem 0;
    align-items: center;
    justify-content: space-between;
}

.summary-total {
    padding: 0.75rem;
    color: #999;
}

.summary-add-button {
    padding: 0 0.5rem;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.1;
}

.summary-add-button:hover {
    background-color: #e5e8ed;
    color: #eb6f24;
}


.table-poll .new-participant-name {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.new-participant .choice {
    text-align: center;
    vertical-align: middle;
}

.participant .choice {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.3rem;
}

.choice-unknown {
    background-color: #f8f9fa;
}

.choice-yes {
    color: #6a9f19;
    background-color: #cdeaa1;
}

.choice-no {
    background-color: #fcedee;
}

.choice-box {
    display: none;
}

.in-edit .choice-value {
    display: none;
}

.in-edit .choice-box {
    display: inline;
}


.introduction {
    margin-bottom: 1rem;
}

.remarks {
    margin-bottom: 1.5rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid #ffeeba;
    background-color: #fff3cd;
    color: #856404;
}

.remark + .remark {
    margin-top: 0.75rem;
}

.remark-day {
    font-family: LiebherrText-Bold, Arial, sans-serif;
    font-weight: 400;
}


.buttons {
    margin-bottom: 1rem;
    text-align: center;
}


.table .participant-infos {
    padding: 0;
}

.participant-container {
    display: flex;
    width: 250px;
    align-items: stretch;
    justify-content: space-between;
}

.participant-name {
    padding: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-edit .participant-name {
    display: none;
}

.participant-edit {
    display: none;
    padding: 0 0.75rem;
    cursor: pointer;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
}

.participant-container:hover .participant-edit {
    display: flex;
}

.in-edit .participant-edit,
.in-edit .participant-container:hover .participant-edit {
    display: none;
}

.participant-edit:hover {
    background-color: #605e5b;
    color: #fff;
}

.participant-textbox {
    display: none;
    padding: 0.25rem 0.75rem 0.25rem 0;
}

.in-edit .participant-textbox {
    display: block;
}

.participant-delete {
    display: none;
    padding: 0 0.75rem;
    cursor: pointer;
    align-items: center;
}

.participant-delete:hover {
    background-color: red;
}

.in-edit .participant-delete {
    display: flex;
}
