/* 
	Command Line Argument Class

	Applied in the TOC and in the code MD plugin.
	Used to make it so long CLA don't break page formatting.
*/
.cla 
{
	word-break: break-word;
}

/* 
	Headers 

	Applied by the headers MD plugin.
	Used in client-side doc.js
*/
.header-link, .header-link:visited 
{
	color: #000000;
	word-break: break-word;
}

/* 
	Table Wrapper (for horizontal scrolling) 

	Applied in the tables MD plugin.
	Used to make wide tables scrollable.
*/
.table-wrapper 
{
	overflow-x: auto;
}