.agenda-banner {
    margin-top: 50px;
    position:relative;
}

.agenda-banner > .title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #aace3f;
    transform: translate(-50%,-50%);
}

.agenda-banner > .title > .one {
    display: inline-block;
    border: 1px solid #aace3f;
    padding: 5px;
    font-size: 16px;
}

.agenda-banner > .title > .two {
    font-size: 12px;
    display: inline-block;
    opacity: 0;
}



.detail {
    flex-direction: row;
    line-height: 1;
    -moz-box-shadow:0 0 10px #d4d4d4;
    -webkit-box-shadow:0 0 10px #d4d4d4;
    box-shadow:0 0 10px #d4d4d4;
    font-size: 12px;
    width: 95vw;
    margin: 0 auto;
}

.detail table {
    width: 100%;
}
.detail table thead {
    border-bottom: 1px #dadada solid;
}
.detail table tbody tr {
    border-bottom: 1px #dadada solid;
}
.detail table thead tr th {
    padding: 10px 0;
    font-size: 12px;
}
.detail table thead tr th:first-child {
    padding: 10px 0 10px 10px;
}
.detail table thead tr th:last-child {
    padding: 10px 10px 10px 0;
}

.detail table tbody tr td {
    padding: 5px 0;
    font-weight: normal;
    /*border-bottom: 1px #dadada solid;*/
}

.detail table tbody tr td:first-child {
    padding: 5px;
    font-weight: normal;
    font-size: 12px;
    /*border-bottom: 1px #dadada solid;*/
}

.detail table tbody tr .num {
    display: flex;
    flex-direction: row;
    line-height: 100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.detail table tbody tr .num > * {
    margin: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.detail table tbody tr .num > .cut-back {
    border: 1px #dadada solid;
    color: #dadada;
    cursor: pointer;
}

.detail table tbody tr .num > .number {
    align-self: center;
    width: 20px;
    margin: 0;
    color: #aace3f;
}

.detail table tbody tr .num > .addition {
    text-align: center;
    border: 1px #aace3f solid;
    color: #aace3f;
    cursor: pointer;
}

.reimburse {
    color: #e4007f;
    padding: 2vh 3vw;
    line-height: 150%;
}

.sign-up {
    float: right;
    padding: 2vh 3vw;
    font-size: 24px;
}

.sign-up > * {
    margin-top: 1vh;
}

.sign-up > .money {
    text-align: right;
    padding: 1vh;
}

#sign-up-button {
    cursor: pointer;
    padding: 1vh 2vw;
    background: #aace3f;
    color: #ffffff;
    font-size: 20px;
}
