﻿.hidden
{
	visibility: hidden;
	display: none;
}

.paragraph-heading
{
	font-size: 11pt;
	font-weight: 600;
}

.visible
{
	visibility: visible;
	display: block;
}

