#esi-roster {
	margin-bottom: 20px;
	position: relative;
  float: left;
	width: 100%;
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
}

#esi-roster .legend {
  clear: both;
  font-size: 12px;
}

#esi-roster .legend span {
  margin-right: 20px;
  display: inline-block;
  padding: 5px 0;
}

#esi-roster .roster {
  margin-bottom: 20px;
}

#esi-roster .ready {
  background: #F1F1F1;
  padding: 10px;
  margin-bottom: 20px;
}
#esi-roster .info .share {
  display: none;
  font-size: 12px;
  padding: 20px 0;
}
#esi-roster .info .wrap {
  background: #f1f1f1;
  padding: 20px;
}

#esi-roster .info .wrap p {
  margin-bottom: 0;
}
#esi-roster .info .wrap h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

#esi-roster .info .wrap .stat {
  display: none;
}
#esi-roster .info .wrap form{
  margin-top: 20px;
  display: none;
}
#esi-roster .info .wrap .thx {
  display: block;
  margin-top: 20px;
}
#esi-roster .info .wrap button {
  background: #219DD1;
  color: #fff;
  border: 0;
  outline: 0;
  overflow: visible;
  padding: 10px;
  font-family: arial;
  cursor: pointer;
  margin-top: 20px;
  font-size: 11px;
}

#esi-roster .info .wrap .stat .t {
  min-width: 60px;
  display: inline-block;
  padding-right: 15px;
}
#esi-roster .info .wrap .stat .year,
#esi-roster .info .wrap .stat .weight, 
#esi-roster .info .wrap .stat .height  
{
  font-weight: bold;
}

#esi-roster .progress {
  display: none;
  width: 100%;
  height: 10px;
  background: #f1f1f1;
  margin-bottom: 20px;
}
#esi-roster .progress .bar {
  background: #219DD1;
  height: 10px;
  width: 0;
  transition: width 0.35s;
  -webkit-transition: width 0.35s;
  -moz-transition: width 0.35s;
  -ms-transition: width 0.35s;
}

#esi-roster .players {
  background: #fff;
  left: 100%;
  top: 30px;
  position: absolute;
  width: 100%;
}
#esi-roster .players > .list {
  overflow-y: auto;
  position: relative;
}
#esi-roster .players.show {
  left: 0%;
  top: 0;
}

#esi-roster .line {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
  position: relative;
  
}

#esi-roster .line > div {
  transition: background 0.35s;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  background: #f1f1f1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#esi-roster .line > div:hover {
  background: #D3EBF6;
}
#esi-roster .line > div > span {
  -moz-user-select: none;
  -webkit-user-select: none;
  font-weight: bold;
}
#esi-roster .line > div.added {
  background: #219DD1;
}
#esi-roster .line > div.added > .player {
  color: #fff;
}
#esi-roster .line > div.added > .position {
  display: none;
}
#esi-roster .line > div.added > .remove {
  background: red;
  position: absolute;
  color: #fff;
  left: 0;
  padding: 10px 0;
  width: 100%;
  z-index: 2;
  top: -100%;
  transition: top 0.35s;
  -webkit-transition: top 0.35s;
  -moz-transition: top 0.35s;
  -ms-transition: top 0.35s;
}
.no-touch #esi-roster .line > div.added:hover > .remove {
  top: 0; 
}
#esi-roster .line > div.active {
  background: #219DD1;
  color: #fff;
}
#esi-roster .line > h5 {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 7px 0;
}
#esi-roster .line > h5.h6 {
  display: block;
}
#esi-roster .line > h6 {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 7px 0;
}

#esi-roster .sortby {
  margin-bottom: 10px;
}

#esi-roster .sortby > button {
  background: #f1f1f1;
  border: 0;
  outline: 0;
  overflow: visible;
  padding: 10px;
  margin: 0 5px 0 0;
  font-family: arial;
  cursor: pointer;
  font-size: 11px;
}

#esi-roster .sortby > .current {
  background: #219DD1;
  color: #fff;
}
#esi-roster > .players .player.added {
  display: none;
}
#esi-roster > .players .player.hide {
  display: none;
}

#esi-roster > .players .player > a {
  transition: background 0.35s;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  border-bottom: 1px solid #fff;
  background: #f1f1f1;
  display: block;
  color: #222;
  padding: 10px 10px 10px 10px;
  position: relative;
}
.ie7 #esi-roster > .players .player > a {
  height: 20px;
}

#esi-roster > .players .player > a:hover {
  background: #D3EBF6;
}

#esi-roster > .players .player > a > .prc {
  display: none;
}
#esi-roster > .players.showPrc .player > a > .prc {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #d1d1d1;
  width: 0;
  z-index: 1;
}

#esi-roster > .players .player > a > .name {
  letter-spacing: -0.1px;
  display: inline-block;
  margin-right: 35px;
  position: relative;
  font-weight: bold;
  z-index: 2;
}
#esi-roster > .players .player > a > .age {
  color: #444;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

#esi-roster .info {
  display: none;
}

@media screen and (min-width: 480px) {
  #esi-roster .line > div {
    float: left;
  }
  #esi-roster .line > h5 {
    display: block;
  }
  #esi-roster .line > h6 {
    display: none;
  }
  #esi-roster .line > .vlh, #esi-roster .line > .kh, #esi-roster .line > .olh {
    width: 32%;
    margin-left: 2%;
  }
  .ie7 #esi-roster .line > .vlh, #esi-roster .line > .kh, #esi-roster .line > .olh {
    width: 31.8%;
  }
  #esi-roster .line > .x {
    width: 32%;
    margin-left: 2%;
  }
  .ie7 #esi-roster .line > .x {
    width: 31.8%;
  }
  #esi-roster .line > .mv {
    width: 32%;
    margin-left: 2%;
  }
  .ie7 #esi-roster .line > .mv {
    width: 31.8%;
  }
  #esi-roster .line > .first {
    clear: left;
    margin-left: 0;
  }
  #esi-roster .line > .vlh {
    clear: left;
    margin-left: 0;
  }
  #esi-roster .line > .vp, #esi-roster .line > .op {
    width: 32%;
    margin-left: 2%;
  }
  .ie7 #esi-roster .line > .vp, #esi-roster .line > .op {
    width: 31.8%;
  }
  #esi-roster .line > .vp {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) {
  #esi-roster .progress {
    display: block;
  }
  #esi-roster .roster {
    width: 47.873%;
    float: left;
  }
  #esi-roster .mobile-start {
    display: none !important;
  }
  #esi-roster .info {
    width: 47.873%;
    float: right;
    display: block !important;
    position: relative;
    top: 88px;
  }
  #esi-roster .players {
    width: 47.873%;
  }
  #esi-roster .players.show {
    left: 52.127%;
    top: 30px;
  }
  #esi-roster .players {
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-transition: left 0.35s;
    -ms-transition: left 0.35s;
  }
}