#user-games-stats {
  width: 100%; }
  #user-games-stats dl {
    height: 200px;
    width: 100%; }
    #user-games-stats dl dt {
      font-weight: bold; }
    #user-games-stats dl dd {
      width: 3%;
      margin: 0 .2% 0 0;
      position: relative;
      float: left;
      background: #eee;
      color: #eee; }
