
.no-print
{
	display: none;
}

.only-print
{
	display: block;
}

#print-logo
{
	display: block;
	margin: 0 0 3em;
}

#page
{
	overflow: visible;
	background: #fff;
}

.content
{
	width: auto;
	margin: 0;
	padding: 0;
}

.column
{
	float: none;
	width: auto;
}

.content > .column 
{
	overflow: visible;
}

.col2
{
	width: auto;
}

.col3
{
	width: auto;
}

.div-l
{
	border-left: none;
	padding-left: 10px;
}

.div-r
{
	border-right: none;
	margin-right: 0;
}

.user-content .bulletin-icons
{
	overflow: visible;
	width: 100%;
}

.user-content .bulletin-icons + p,
.user-content .bulletin-icons + div + h2
{
	clear: left;
}

.boxed-heading
{
	clear: left;
}

.collapsible h2, 
.collapsible.dynamic h3,
.open h2, 
.open.dynamic h3
{
	background: #fff;
	padding-left: 0;
}

.closed p, 
.closed table, 
.closed ul 
{
	display: block;
}

.closed h2,
.closed.dynamic h3
{
	background-position: 0 -57px;
}

/* Bulletin specific styles */

#bulletin-content 
{
	margin-top: -2em;
}

#bulletin-content h1.univers
{
	display: none;
}

#bulletin-content div.spacing
{
	margin-bottom: 4px;
}

#bulletin-content h2
{
	clear: left;
}

#sponsor-logo-holder
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em 1em;
	border-bottom: #ccc 1px dotted;
}

#bulletin-content #sponsor-logo-holder h1.univers
{
	display: block;
}