/**
 * CSS file for BW Baseball Stats plugin
 */

table.bw-list-table {
	width: 100%;
	border-collapse: collapse;
}

/** cell alignment **/

table.bw-list-table tr.no-items td,
table.bw-list-table tr.no-totals td {
	text-align: left;
}

table.bw-players td.column-uniform,
table.bw-players td.column-gp {
	text-align: right;
}

table.bw-stats td {
	text-align: right;
}
table.bw-stats td.column-player,
table.bw-stats td.column-season,
table.bw-stats td.column-class,
table.bw-stats td.column-pos,
table.bw-stats td.column-throws {
	text-align: left;
}

table.bw-coaches td {
	text-align: right;
}
table.bw-coaches td.column-coach,
table.bw-coaches td.column-career {
	text-align: left;
}

table.bw-seasons td.column-g,
table.bw-seasons td.column-pct,
table.bw-seasons td.column-conf_pct {
	text-align: right;
}

table.bw-opponents td.column-g,
table.bw-opponents td.column-pct {
	text-align: right;
}
