#principalContainer{
    background-image: url('/files/positionsBkg.jpg');
    background-size: cover;
    background-position:center;
}
#logoContainer{
    width:40%;
}
#informationContainer{
    width:60%;
}
#leagueTitle{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 49px;
    margin-top: 15px;
    margin-left:0px;
    text-align: center;
    font-weight: 700;
}
#allScorersTitle{
    position: relative;
    padding-top: 5px;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 30px;
}
.scorerSet{
    position:relative;
    width:950px;
    margin: 0px auto;
    height:250px;
    overflow: hidden;
}
#allScorersTitle{
    position: relative;
    margin-top: 3px;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.setData{
    position:absolute;
    top:50px;
    left:260px;
}
.scorer{
    position:relative;
    width:600px;
    margin: 0px auto;
    height:30px;
    margin-top: 7px;
    font-size: 20px;
}
.scorerTeam{
    float:left;
    width:30px;
    height:30px;
    margin-top: -4px;
}
.scorerName{
    float:left;
    width:400px;
    margin-left: 10px;
}
.scorerGoals{
    float:left;
    width:100px;
}

#topScorerSet{
    position: relative;
    width: 525px;
    height: auto;
    margin: 0px auto;
    font-weight:100;
    margin-bottom: 30px;
}
.topScorer{
    position:relative;
    width:100%;
    margin: 0px auto;
    height:60px;
    font-size: 15px;
    border-left:1px solid;
    border-top:1px solid;
    border-right:1px solid;
    overflow:hidden;
    font-family:'Muli-Bold', sans-serif;
}
.topScorerTeam{
    float:left;
    width:60px;
    height:60px;
    border-right: 1px solid;
}
.topScorerTeamName{
    float: left;
    width: 140px;
    padding-left: 10px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid;

}
.topScorerName{
    float: left;
    width: 270px;
    padding-left: 10px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid;

}
.topScorerGoals{
    float: left;
    width: 30px;
    line-height: 60px;
    text-align: center;
}
@media screen and (max-width:768px){
    #informationContainer{
        width:100%;
    }
    .subsubtitle{
        margin-left:0px;
        width:100%;
        text-align:center;
    }
    .subText{
        width: 90%;
        margin-left: 5%;
        text-align: center;
        line-height: 18px;
    }
    .topScorerTeamName{
        display:none;
    }
    .topScorer{
        float:left;
        height:55px;
        width:90vw;
        margin-left:5vw;
        font-weight:400;
    }
    .topScorerTeam{
        width:55px;
        height:100%;
        border:none;
        border-right:1px solid;
        border-bottom:1px solid;
    }
    .topScorerName{
        width:54vw;
        max-width:290px;
        height:100%;
        border-bottom:1px solid;
    }
    .topScorerGoals{
        width:40px;
        height:100%;
        border-bottom:1px solid;
    }
    #principalContainer{
        padding-bottom:50px;
    }
}