.league_roster{
  font-size:17px;
}

.league_teams{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-between;
  /* min-width: 1200px; */
}
.league_roster .league_teams .team_column{
  flex: 1;
}
.league_roster .league_teams .team_column div:last-child{
  /* border-right:1px solid #ccc; */
}
.section_title_container{
  background-color: #fae0cf;
  padding:12px 6px;
}
.league_title{
  font-size:20px;
  text-align: center;
}
.league_section{
  font-size:20px;
  text-align: center;

}
.league_teams .team_name{
  text-align: center;
}
.playercell{
  display: flex;
  border-bottom: 1px solid #ccc;
}

.playercell .player_no{
  display: flex;
  min-width: 30px;
  height: 30px;
  background: #29a;
  color:white;
  justify-content: center;
  align-items: center;
  font-size: 90%;
}


.playercell .player_name{
  display: flex;
  height: 30px;
  min-width: 120px;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 100%;
}
.player_name{
  flex: 1;
}
.league_roster .team_name{
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  padding:6px 6px;
}

table {
font-family: "Roboto", serif;
border-collapse: collapse;
width: 100%;
margin:0 auto;
border:1px solid #dfdfdf !important;
font-family: "Roboto", "Helvetica", sans-serif;
background: #f9f9f9 !important;
font-size:13px;
}

thead{
  background-color:#a90000;
  color:white;
}
th{
  border:none;
  font-weight: normal;
  height: 29px;
  text-align: center;
  padding:0px 8px;
}
td{
  border: 1px solid #e5e5e5!important;
  color:#222;
  height: 37px;
  font-weight: normal;
  text-align: center;
  padding:0px 8px;
}
.dt-column-order{
  display: none;
}
img{
  width: 100%;
}
.teamname{
  text-align: left;
}
thead .teamname{
  min-width:200px;
}
thead .key{
  min-width:90px;
}

.teamnamewrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0px 0px;
}
.logo{
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.resize-img {
            width: 50% !important;
        }
.pagination{
  display: flex;
  justify-content: flex-end;
  margin-top:12px;
  margin-bottom: 12px;
}
.page-link{
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #aaa;
  color: #444;
  margin: 0px 4px;
  width:24px;
  height: 24px;
  line-height: 1;
  font-size:13px;

}
.page-link.active{
  background-color: #a90000;
  color:white;
}
.bg{
  position: fixed;
  top:0;
  left:0;
  height: 100vh;
  width: 100vw;
  background-image: url('/asset/randombg/<?=rand(1,3);?>.jpg');
  background-size: cover;
  z-index: -1;
}
