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

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

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

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

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

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

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

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

.std-teams-list-col{
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
}

.std-teams-title-col,
.std-teams-list-col{
	padding-left:5px!important;
	padding-right:5px!important;
}
.std-team-name-col{
	text-align:left;
}

.std-teams-dash-col{
	text-align:center;
}

@media (max-width: 768px) {
	.std-teams-title-col,
	.std-teams-list-col{
		padding-left:2px!important;
		padding-right:2px!important;
	}
	.std-team-name-col{
		padding-left:5px!important;
	}
	.std-teams-points-col{
		padding-right:5px!important;
	}
}