tbody:nth-child(even) { background-color: #F2F2F2; }
tbody:nth-child(odd) .fav { background-color: #ffd9d9; }
tbody:nth-child(even) .fav { background-color: #faebeb; }

* {
    font-family: Roboto,sans-serif;
    letter-spacing: .15px;
    font-size: 1rem;
}

.maintable {
    /*padding-top: 33px;*/
    background-color: lightgrey;
    width: 100%;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: unset;
    border-spacing: 0px;
    border-color: grey;
    text-align: left;
    position: relative;
}

th {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    background: darkgrey;
    position: sticky;
    top: 0;
    text-align: center;
    font-weight: normal;
}

thead tr:nth-child(1) th { position: sticky; top: 0; }
thead tr:nth-child(2) th { position: sticky; top: 34px; }

#oddsTable {
    max-height: 100%;
    overflow: auto;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

a {
    cursor: pointer;
}

td {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.td-history {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.td-first-history {
    background-color: lightblue; 
    font-weight: bold;
}

.table-left-border {
    border-left-color: rgb(51, 51, 51)!important;
    border-left-width: 1px;
    border-left: solid;
}

.table-right-border {
    border-right-color: rgb(51, 51, 51)!important;
    border-right-width: 1px;
    border-right: solid;
}

.table-header {
    min-width: 100px;
}

.text-center {
    text-align: center;
}

.text-red {
    color: #dc3545;
}

.text-blue {
    color: #007bff;
}

.bg-ball {
    background-color: #17a2b8 !important;
    color: white;
    text-align: center;
}

.bg-dark {
    background-color: #343a40!important;
}

.text-light {
    color: #f8f9fa!important;
}

.text-left {
    text-align: left!important;
}

.bg-gray {
    background-color: #17a2b8 !important;
}

.bg-yellow {
    background-color: yellow !important;
}

.bg-lightgreen {
    background-color: lightgreen !important;
}

.bg-green {
    background-color: green !important;
    color: white !important;
}

.bg-orange {
    background-color: rgb(252, 200, 30) !important;
}

.bg-red {
    background-color: red !important;
    color: white !important;
}

.bg-none {
    background-color: '' !important;
}

.best-web {
    background-color: #007bff !important;
    text-align: center;
    color: white;
}

.pagination {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
}
  
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
  
.pagination span {
    color: black;
    float: left;
    padding: 5px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #007bff;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.hdpou {
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
  
.hdpou a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.hdpou a.active {
    background-color: #007bff;
    color: white;
}

.hdpou a:hover:not(.active) {background-color: #ddd;}

.league-div {
	display: flex;
	flex-wrap: wrap;
}
.league-div > div {
    flex-grow: 1;
    width: 33%;
	max-width: 33%;
}

.web-div {
	display: flex;
	flex-wrap: wrap;
}
.web-div > div {
    flex-grow: 1;
    width: 15%;
	max-width: 15%;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
 .dnd ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.dnd ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.dnd ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.dnd ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

/**
 * Show selected elements in green
 */
.dnd ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.row-icon {
    text-align: center; 
    width: 16px; 
    height: 16px"
}