.pst-module-title-row{
    background-color: #002E6D;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

.pst-players-table {
    width: 105%;
    margin-left: -15px;
    max-width: 105%;
}
.pst-container table.pst-players-table > tbody > tr > td {
    border: none;
    padding: 5px;
}

.pst-module-title-col{
	font-weight:bold;
}

.pst-players-title-row{
	background-color:#002E6D;
	color:#fff;
	font-weight:bold;
}

.pst-list-even-row{
	background-color:#e9e9e9;
}

.pst-list-odd-row{
	background-color:#fff;
}

.pst-line-row{
	border-bottom:1px solid #002E6D;
}

.pst-players-list-row:last-child{
	border-bottom: 1px solid #e5e5e5;
}

.pst-list-empty-row  > .pst-list-even-col{
	color:#e9e9e9;
}

.pst-list-empty-row > .pst-list-odd-col{
	color:#fff;
}

.pst-players-title-col,
.pst-module-title-col{
	padding-top:10px;
	padding-bottom:10px;
	
}
.pst-players-title-col{
	text-align:right;
}

.pst-players-list-col{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:0;
	text-align:right;
}

.pst-player-name-col,
.pst-player-teams-col,
.pst-player-order-col{
	text-align:left;
}
.pst-player-points-col{
	padding-right:10px;
}

.pst-player-assists-col{
	padding-right:5px;
}

.pst-stat-link-col{
	margin-top:10px;
}