body {
	padding: 0;
}

.navbar, .navBreadcrumb, .weekSelector, .footer {
	display: none;
}

div.scoresContainer {
	display: none;
}
.scoresPrintContainer {
	display: block;
}

.userPickTable td.confidenceCell {

}

[class*="offset"] {
	margin: 0;
}

[class*="span"] {
	width: auto;
	display:block;
	float:none !important; 
}

.pagebreak {
	page-break-after: always;
}


.userPickTable {
	font-size: 10px;
	width: auto;
	line-height: 12px;
	margin-left: 0px;
}

.userPickTable .nameCell {
	width: 85px;
}
.userPickTable .confidenceCell {
	width: auto;
}
.userPickTable .pointsCell, .userPickTable .totalPointsValue {
	width: 18px;
	text-align: center;
}
