<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main {
    padding-top: 13px;
}
.myGrid {
    height: 500px;
    width: 400px;
}

.myGrid .alignRight {
    text-align: right;
}

.btn {
    min-width: initial;
    font-size:.9em;
}

.player-detail span {
    cursor: pointer;
    color: #65A0D0;
}

.stadium2 {
    cursor: pointer;
}
        
.list-group-item {
    padding: 5px 5px;
    background-color:transparent;
}

slider {
    margin: 15px 5px 18px 5px;
}

slider div.handle:after, [slider] div.handle:after {
    top: 5px;
    left: 5px;
}

.player-detail {
    cursor: pointer;
    color: #367bb2 !important;
}

.lineup-header {
    text-align: center;
    background-color: #fff !important;
    color: #606060 !important;
}

    .lineup-header h3 {
        font-weight: bold;
    }

.list-group {
    margin-bottom: 0px;
    border: solid 2px #dff0d8;
    min-height:266px;
}

.team-selected {
    border: solid 2px green;
}
.team-selected2 {
    background-color: #dff0d8;
    font-weight: bold;
}
.panel-body {
    padding:0px;
}
.panel {
    margin-bottom: 10px;
}
.weather1 {
    background-color: green !important;
    padding: 5px;
    color: #fff !important;
}
.weather2 {
    background-color: #FFFF75 !important;
    color: #000 !important;
    font-weight: 600 !important;
    padding: 5px;
}
.weather3 {
    background-color: red !important;
    padding: 5px;
    color: #fff !important;
}
.disabled{
    /*opacity: .2;*/
}
.not-confirmed {
    text-transform: uppercase;
    background-color: red;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px !important;
    margin: 0px 1px;
}
.confirmed {
    text-transform: uppercase;
    background-color: green;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px !important;
    margin: 0px 1px;
}
.team {
    margin: auto;
    margin-bottom: 5px;
}
.stadium2 {
    margin: auto;
    width: 120px;
    height:110px;
    margin-top: -30px;
            
}
.hide {
    display: none;
}
.wind1 {
    font-size: .9em;
    font-weight: 500;
}
.wind2 {
    font-size: 1em;
    font-weight: 700;
}
.wind3 {
    font-size: 1.1em;
    font-weight: bold;
}
    .stadium2 .wind-good {
        width: 120px;
        height: 120px;
        background: url(/assets/wind-good.png) no-repeat;
        background-position-x: 44px;
        background-position-y: 44px;
    }
    .stadium2 .wind-bad {
        width: 120px;
        height: 120px;
        background: url(/assets/wind-bad.png) no-repeat;
        background-position-x: 44px;
        background-position-y: 44px;
    }
    .stadium2 .wind-ok{
        width: 120px;
        height: 120px;
        background: url(/assets/wind-ok.png) no-repeat;
        background-position-x: 44px;
        background-position-y: 44px;
    }
    .stadium2 .wind-normal {
        width: 120px;
        height: 120px;
        background: url(/assets/wind-normal.png) no-repeat;
        background-position-x: 44px;
        background-position-y: 44px;
    }
.corporate .content-page {
    padding: 0px;
}
.btn-default {
    padding: 6px 4px;
}
.btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #1068f6;
}
    .btn-default:active:hover, .btn-default.active:hover {
        color: #fff;
        background-color: #1068f6;
    }
.toast-top-right {
    top: 70px;
}
.toast-close-all {
    display:none;
    position: fixed;
    z-index: 999999;
    right: 14px;
    top: 30px;
    padding: 10px;
    opacity: .8;
}
.toast-close-all a {
    color: #fff;
}
.pointer {
    cursor: pointer;
}
.ppd {
    color:red;
    font-size:1.2em !important;
}
.injury {
    color: red;
    font-size: .9em;
    font-weight: bold;
    cursor:default;
}
.list-group-item-success {
    background-color: #ffffcc !important;
}
.list-group-item-success .player-detail {
    font-weight: 600;
}</pre></body></html>