span.nowrap { display:inline-block; }

.bold
{
	font-weight: bold;
}

.right
{
	text-align: right;
}

a.portal_link
{
	font-weight: bold;
	color: #2B68B0;
}

.portal_link:hover
{
	color: #112A48;
}

div.action_button
{
	margin-left: auto;
	margin-right: auto;
	max-width: 360px;
}

table.client_portal
{
	border-spacing: 25px 0px;
	border-collapse: separate;
}

table.client_portal td
{
	vertical-align: top;
}

p.section {
	padding-left: 10px;
	font-size: 1.25em;
	font-weight: bold;
}

div#dhcc_address
{
	text-align: center;
	color: red;
}

div#contacts_details
{
	border-bottom: none;
}

a.header-link {
	text-decoration: none;
	color: #2B68B0;
	font-weight: bold;
}

a.header-link:hover {
	color: #112A48;
}

#feedback_entry {
	width: 100%;
	height: auto;
}

#d_office_notes 
{
	border: 1px solid black;
	margin: 6px;
	padding: 6px 0px 0px 0px;

	background-color: #FF3333;
	color: white;

	font-size: 9pt;
}

p#p_office_notes
{
	padding: 0px 0px 0px 6px;
}

pre#office_notes
{
	background-color: white;
	color: black;
	
	margin: 0px;
	padding: 3px;
	border-radius: 0px;
	
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	word-break: keep-all;
}

