@import url(common/billboard_page.css);

/*
-------------------------------------------------------------------
Content
*/

#content
{
	background: #383838;
	color: #FFF;
}

/*
-------------------------------------------------------------------
Col1
*/

#col1
{
	width: 200px;
	margin-bottom: 10px;
}

/*
-------------------------------------------------------------------
Col2
*/

#col2 p { padding-right: 14px; }
#safety_bulletins { padding-bottom: 40px; }

/*
-------------------------------------------------------------------
PDF row links
*/

.rowLink
{
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	left: -5px;
}

.rowLink img
{
	position: relative;
	top: 7px;
}

.rowDesc { margin-bottom: 0; }
.row { margin-bottom: 22px; }

