/*<meta />*/

/*==============================================================================================
 * SHARED OVERRIDES
 *----------------------------------------------------------------------------------------------
 * Provides global overrides for styles used in both the Online and Print targets.
 *--------------------------------------------------------------------------------------------*/

/*==============================================================================================
 * INDENT OVERRIDES
 *--------------------------------------------------------------------------------------------*/

/* Use black text for indent */

.indented
{
	color: #202020;
}

/*==============================================================================================
 * FIGURE DEFINITIONS
 *--------------------------------------------------------------------------------------------*/

/* Reset figure definitions */

figure
{
	margin: 1rem 0rem;
	text-align: left;
}

/* Reset border, padding on figure image */

figure img
{
	padding: 0px;
	border: none;
	height: inherit !important;
	width: inherit !important;
}

figure figcaption
{
	margin-top: 0.5rem;
}

/*==============================================================================================
 * FAUX CLASSES
 *----------------------------------------------------------------------------------------------
 * Provides local reference to classes defined in the remote BaseStyle.css, thus allowing them
 * to be recognized and assigned in the MadCap authoring environment, even though it isn't aware
 * of remotely referenced stylesheets.
 *--------------------------------------------------------------------------------------------*/

/* Utilities */

.centered
{
	
}

.hidden
{
	
}

.no-break
{
	
}

/* General */

.author
{
	
}

.button
{
	
}

.callout
{
	
}

.callout
{
	
}

.callout.picture
{
	
}

.footnote
{
	
}

.indented
{
	
}

.quote
{
	
}

.quote .cite
{
	
}

/* Asides */

aside.help
{
	
}

/* Blockquotes */

blockquote.note
{
	
}

blockquote.stop
{
	
}

blockquote.warning
{
	
}

/* Figures */

figure.bare
{
	
}

/* Tables */

table.download
{
	
}

table.index
{
	
}

table.lookup
{
	
}

table.news
{
	
}

