/* 競技日程/競技一覧 */

#competition-selection-list-type li {
    background-color: var(--falcon-body-bg);
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px 0 0 25px;
}

#competition-selection-list-type li:nth-child(1) {
    border-radius: 25px 0 0 25px;
}

#competition-selection-list-type li:nth-child(2) {
    border-radius: 0 25px 25px 0;
}


#competition-selection-list-type li.active {
    background-color: #2c7be5 !important;
}

#competition-selection-list-type li a {
    color: var(--falcon-headings-color);
    font-size: 0.8rem;
    /* font-size: 0.875rem;
    height: 38px;
    width: 40px;
    margin-left: -3px; */
}

#competition-selection-list-type li.active a {
    color: white;
}

