@charset "UTF-8";
/* CSS Document */

.player-bio ul {
    list-style: disc outside none;
	margin-left: 30px;
}

.player-card .hd {
    font-family: alternate-gothic-no-3-d,sans-serif;
    font-size: 40px;
    left: 5px;
    position: absolute;
    text-transform: uppercase;
    top: 18px;
    width: 54px;
    font-weight: normal;
}

.player-card .bd {
    height: auto;
    left: 24px;
    position: absolute;
    top: 80px;
}

.player-card .bd .quick-stats {
    border: 0;
    color: #fff;
    position: absolute;
    top: 140px;
}