<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tooltip {
    z-index: 99999999;
}

.tooltip-inner {
    max-width: 400px !important;
    width: 400px !important;
    text-align: left;
    opacity: 1 !important; 
}

.player-name {
    float: left;
    margin-left: 5px;
}

.ag-root {
    font-size: 11px;
}

.ag-fresh .ag-root {
    border-color: #ddd !important;
}

.ag-fresh .ag-header {
    background: #fff !important;
    border-color: #ddd !important;
    color: #333 !important;
}

.ag-fresh .ag-ltr .ag-header-cell {
    border-right: 1px solid #ddd !important;
}
.ag-header-cell-label {
    display: inline-block;
    white-space: initial;
}
.ag-header-group-cell {
    border-right: 1px solid #ddd !important;
}
.ag-header-group-cell-with-group {
    border-bottom: 1px solid #ddd !important;
}


.ag-cell-left {
    text-align: left !important;
}
.ag-cell-right {
    text-align: right !important;
}
.ag-cell-center {
    text-align: center !important;
}
.rating-100 {
    background-color: #1BFB21;
}

.rating-90 {
    background-color: #1BFB21;
}

.rating-80 {
    background-color: #7FFE7D;
}

.rating-70 {
    background-color: #7FFE7D;
}

.rating-60 {
    background-color: #A1FFA3;
}

.rating-50 {
    background-color: #CBFDC8;
}

.rating-40 {
    background-color: #CBFDC8;
}

.rating-30 {
    background-color: #FFE2E4;
}

.rating-20 {
    background-color: #FC9E9F;
}

.rating-10 {
    background-color: #FF797A;
}

.rating-0 {
    background-color: #FF797A;
}

.ag-header-cell-label {
    cursor: pointer;
    min-height: 75px;
    width: 100%;
}

.upsell {
    filter: blur(2px);
    opacity: 0.8;
}

#upSellMessage {
    position: absolute;
    top: 20px;
    right: 63px !important;
    z-index: 1;
    padding: 20px;
}

.table-bordered &gt; thead &gt; tr &gt; th {
    border-bottom-width: 0;
}

.search-clear {
    position: absolute;
    color: #b3b3b3 !important;
}

.view-header-primary-left {
    background-color: #fff;    
    min-height: 61px;
}
.view-header-primary-sport.NFL {
    color: #37b346;
}
.view-header-primary-sport.NBA {
    color: #c08320;
}
.view-header-primary-sport.MLB {
    color: #f01621;
}
.view-header-primary-sport.NHL {
    color: #12c6c8;
}
.view-header-primary-sport.PGA {
    color: #3c9369;
}

.view-header-primary-sport.MMA {
    color: #000;
}

.view-header-primary-sport.NAS {
    color: #000;
}

.view-header-primary-title {
    background-color: #00b9f7;
    color: #fff;
}
.view-header-primary-sport, .view-header-primary-title {
    display: inline-block;
    padding: 0 20px;
    font-size: 21px;
    border-right: 1px solid hsla(0,0%,100%,.5);
    line-height: 2.9;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    margin: 0;
}</pre></body></html>