@charset "utf-8";
/* CSS Document */

.player-list dt{
  font-weight: bold;
  float: left;
  }
.player-list dd{
  font-size: 75%;
  text-indent: 1em;
  margin-bottom: 1em;
  }
