.sports_error {
    color: #ff0000 !important;
    margin: 0 auto;
    text-align: center;
}
.sports_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2px 2px 8px 2px;

}
.sports_card {
    background-color: #110022;
    color: #55ff55;
    border: #55ff55 1px solid;
    width: 240px;
    margin: 10px 5px 10px 5px;
    padding: 5px;
    box-shadow: 5px 5px 5px #7a7;
}

.sports_row {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    column-gap: 5px;
    width: 200px;
    align-items: center;

    padding: 4px;
}
.sports_abbr {
    padding-right: 5px;
    min-width: 42px;
}
.sports_score {

    min-width: 80px;
    text-align: right;
}
.sports_nodata {
    width: 200px;
    color: red;
    text-align: center;
}
.sports_odds {
    width: 150px;
    color:#ff2222;
    font-size: 0.8em ;
    
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    
}
.sports_price {
    width: 150px;
    color: #00aa00;
    font-size: 0.8em ;
    font-weight: bold;
    text-align: right;
}
.sports_logo {
    display: inline-flex;
    width: 50px;
    padding: 2px;

}


.sports_header {
    text-align: center;
    background: linear-gradient(135deg,#33ee33,#22aa22);
    color: #000 !important;
    padding: 2px;
    box-shadow: 5px 5px 5px #595;
}
h6.sports_nogame {
    text-align: center;
    color:#aaf ;
    margin: 0 auto;
}
.port_date {
   
    color:#20a ; 
    margin: 0 auto;
    text-align: center;
}
