.match_select_table {
    width: 100%;
}

#feedback_container {
    position: relative;
    bottom: 0px;
    right: 0px;
}

#feedback {
    display: none;
}
/*
.match_select_col {
    padding: 0;
    width:49.4%;
    display: inline-block;
}

.options__container--option {
    padding: 0;
    width:100% !important;
    border:solid black 1px;
    border-radius: 5px;
    background-color: burlywood;
    padding:20px;
}

.options__container--option:checked {
    background-color: forestgreen;
}



.player_select_radio:checked ~ div{
    background-color: forestgreen;
}

.player_select_radio ~ div{
    background-color: burlywood;
    width:100%;
    display: block;
}

.player_select_radio ~ div > h4 {
    width:100%;
}

.options__container--title {
    width: 100% !important;
    padding:0;
    margin:0;
}
*/


.team_match_player{
    width: 100%;
    /* border-radius: 5px;
    border: solid darkslategrey 1px; */
}

.player_select_radio {
    display: none;
    width:0;
    height: 0;
}

.player_select_radio:checked ~ .team_match_player{
    background-color: forestgreen;
}

.check_div {
    /* border-radius: 5px;
    border: solid darkslategrey 1px; */
}

.match_row {
    background-color: #ffc;
    border-radius: 5px;
    border: solid darkslategrey 1px;
}
/* 
.check_div:first-of-type {
    border-top:  solid darkslategrey 1px;
}

.check_div:last-of-type {
    border-bottom:  solid darkslategrey 1px;
}

/* target first element with class ".circle" 
:nth-child(1 of .circle) {
    background-color: orangered;
}

/* target last element with class ".circle" 
:nth-last-child(1 of .circle) {
    background-color: orangered;
}
*/

.admin_actions_list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.admin_action{
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px; 
    border: solid darkslategrey 1px;
    background-color: #aaa;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: black;
    list-style: none;
}