/* Add here all your CSS customizations */
.noWrap {
	width:1px;white-space:nowrap;
}

.highlight {
	background-color: #D96C06;
	color: white;
}

.comments {
	font-size: 8px;
}

.px8 {
	font-size: 12px;
	color: red;
}

.px10 {
	font-size: 10px;
	color: red;
}

.float {
	display:inline-block;
}

.bottom-double-border {
	border-bottom:double black 3px;
}

.bottom-double-border-red {
	border-bottom:double red 3px;
}

.page-header h2 {
	color: yellow;
	font-weight: bold;
}

.number 
{
	text-align: right;
}
