.matches-table {
    margin: auto;
    max-width: 1024px;
}

.watcher-name-col {
    width: 100px;
}

.base-url-col {
    width: 400px;
}

/*.match-tables {*/
/*margin: auto;*/
/*max-width: 500px;*/
/*}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px;
}

.team-a-table {
    display: inline-block;
    width: 45%;
}

.team-b-table {
    display: inline-block;
    width: 45%;
}

.match-wrap {
    max-width: 1000px;
    margin: auto;
}

.name-td {
    /*width: 100%;*/
}

.match-table-head {
    background-color: lightsteelblue;
}

th {
    cursor: pointer;
}

th:hover {
    background: white;
}

.yellow-icon {
    color: #FFCC00;
}

.green-icon {
    color: green;
}

.gray-icon {
    color: lightgray;
}

.red-icon {
    color: red;
}

.from-watcher {
    background-color: #4fced4;
}

.from-watcher-important {
    background-color: #fa888f;
}


.unmatched-names {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding-bottom: 200px;
}

#update {
    cursor: pointer;
}

.history-icons {
    min-width: 56px;
    width: 56px;
}

.watcher-teams-table {
    padding-left: 25px;
}

td.team-name {
    padding: 5px;
}

div.teams {
    margin: auto;
    margin-bottom: 50px;
    max-width: 768px;
}

.autoheight {
    height: auto;
!important;
}

.counter {
    position: absolute;
    background-color: #F89406;
    color: white;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    width: 20px;
    text-align: center;
    display: none;
}

.menu-entry {
    position: relative;
}

.login {
    background-color: #EEEEEE

}

.form-area {
    margin: auto;
    margin-top: 20px;
    width: 500px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.delete-column {
    display: none;
}

a {
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* Chrome */
    word-wrap: break-word; /* IE */
}


textarea#clipboard {
    position: absolute;
    top: -1000px;
}


.copy-lineups {
    float: right;
    margin-right: 50px;
    pointer-events: auto;
}

.copy-lineups-wrapper {
    position: fixed;
    top: 50px;
    width: 100%;
    min-width: 1100px;
    pointer-events: none;
}

.selected-team {
    background-color: #9acfea;
}

.hidden {
    display: none;
}

.delete-selected-matches {
    position: fixed;
    right: 50px;
    top: 60px;
}

.table td.league-overflow {
    max-width: 200px; /* Adjust this width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.table td.league-overflow:hover {
    overflow: visible;
    z-index: 10;
    position: absolute;
    left: auto;
    right: auto;
    min-width: max-content;
    padding: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
}