@charset "ISO-8859-1";

.sb--softball {
    flex: 1 1 auto;
    margin: 5px 5px;
    min-width: 350px;
    max-width: 350px;
    background-color: white;
    border: 1px solid black;
    border-radius: 8px;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .sb--softball {
        flex: 1 1 auto;
        margin: 5px 5px;
        min-width: 375px;
        max-width: 375px;
    }
}
/*** @media all and (min-width: 820px) {
    .sb--softball {
        flex: 1 1 auto;
        margin: 5px 5px;
        min-width: 400px;
        max-width: 400px;
        background-color: white;
        border: 1px solid darkgrey;
    }
} ***/
@media all and (min-width: 1095px) {
    .sb--softball {
        flex: 1 1 auto;
        margin: 5px 5px;
        min-width: 350px;
        max-width: 350px;
    }
}

/*** sb hide/show ***/
.hide--sb {
    display:none !important;
}
.show-inline--sb {
    display:inline-block !important;
}
.show--sb {
    display:block !important;
}

/*** header ***/

.sb__header {
    padding: 3px 10px;
    width: 100%;
    min-height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: right;
    background-color: #2A4E75;
    background-image: linear-gradient(#4187CE, #2A4E74);
}

/*** info ***/

.sb__info {
    width:100%;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: black; 
}
.sb__info table {
    width: 100%;
    border-collapse: collapse;
}
.sb__info th {
    border-bottom: solid 1px #CCC;
}

img.live-game {
    margin-left: 2px;
    margin-right: auto;
    width: 6px;
    height: 12px;
    border-style: none; 
}

.sb__info .game-status {
    padding: 2px 0 1px 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.sb__info div.time-clock {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.sb__info .bso {
    font-weight:bold; 
    font-size:12px;
    padding-left:20px; 
}
.sb__info .base-runners {
    width:50px; 
}
.sb__info th.rhe {
    padding: 3px 0 3px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.sb__info td.winner {
    padding: 0px;
    width:4%;
    font-size: 12px;
    font-weight: bold;
}
.sb__info td.team-logo {
    padding: 3px;
    width: 25px;
}
.sb__info td.team-name {
    padding: 3px;
    min-width: 15px;
    font-size: 13px;
    font-weight : normal;
    text-align: left;
}
.sb__info span.team-rank {
    font-weight: bold;
}
.sb__info span.team-record {
    font-size: 11px;
}
.sb__info td.rhe {
    padding: 3px;
    width: 9%;
    font-size: 14px;
    text-align: center;
}
.sb__info td.runs {
    font-weight: bold;
}


/*** innings ***/


.sb__innings {
    background-color: white;
    width: 100%;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    border-top: 1px solid #ccc;
}

.sb__innings table {
    width: 100%;
    border-collapse: collapse;
}
.sb__innings th {
    padding: 0 0 3px 0;
    text-align: center;
    width: 25px;
    color: #48494a;
    border-bottom: 1px solid #cbccce;
    background-color: white;
    font-weight: normal;
    font-size: 10px;
}
.sb__innings th:first-child {
    width:40px !important;
}

.sb__innings td {
    color: #48494a;
    padding: 3px 0;
    width: 25px;
    font-family: "BentonSans",-apple-system,"Roboto",Helvetica,Arial,sans-serif;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #cbccce;
    border-left: 1px solid #cbccce;
    border-top: none;
    background-color: white;
    font-weight: normal;
}
.sb__innings td:first-child {
    width:40px !important;
}

.sb__innings .inn-R,
.sb__innings .inn-H,
.sb__innings .inn-E {
    background-color:#f2f2f2 !important;
}
.sb__innings td:last-child {
    border-right: 1px solid #cbccce;
}

/*** live win prob ***/

.sb__lwp{
    background-color: white;
    width: 100%;
    font-size: 10px;
    padding: 0px 0px 5px 0px;
    text-align: center;
    vertical-align: top;
}

.sb__lwp .live-win-prob__title{
    width: 25%; 
    float: left;
    padding: 2px 0;
    font-size: 9px;
}
.sb__lwp .live-win-prob__team-name{
    width: 15%; 
    float: left;
    padding: 2px 0;
}
.sb__lwp .live-win-prob__percent{
    width: 20%;
    float: left;
    padding:2px 5px; 
}
.sb__lwp .prob-left{
    border-radius: 6px 0 0 6px;
}
.sb__lwp .prob-right{
    border-radius: 0 6px 6px 0;
}

.sb__footer {
    padding: 5px 10px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    background-color: whitesmoke;
    text-align: left;
}







