.bg{
    background-color: #144e8c;
    color: white;
    border-radius: 5px;
}

.player-num{
    padding: 12px;
    width: 60px;
    display: inline-block;
    text-align: center;
}
.player-image{
    width:100%;
    border-radius: 5px;
}
.bg-grey{
    background-color: #f5f5f5;
    color: black;
    border-radius: 5px;
}
#nation-flag{
    width: 25%  ;
}
.roaster-header{
    padding: 5px;
}
.name-abbrevated{
    display: none;
}
table.table{
    vertical-align: bottom;
}

@media only screen and (max-width: 600px) {
    .bio{
        margin: 12px 0;
    }
    .table-container{
        overflow: scroll;
    }
}