.sport-leagues-content{
    background-color: black;
    width: 100%;
}
.sport-name{
    padding: 2%;

    color: #00af00;
    background-color: #333333;
}
.sport-name.row{
      width: 96%;  
}
.sport-text{
    text-transform: uppercase;
    font-weight: bold;
}
.league-sport-name{
    padding: 2%;
    border-bottom: 1px solid #00af00;
}
.league-sport-name:last-child{
    border-bottom: none;
}
