﻿/*<meta conditions="global/target.html-only,global/flags.skeleton" />*/

/* This is the project-level stylesheet for HTML outputs. Use it to override styles inherited from the global stylesheets. */

@import url('global/html.css');

.footer
{
	padding-top: 5px;
	font-size: 12px;
	border-top: 1px solid #E0E0E0;
	background: #fff;
	color: #686868;
}

.footerInner
{
	font-size: 12px;
	padding: 8px;
	color: #333333;
}

/* TOP button at bottom of page */

.footer-right
{
	position: fixed;
	bottom: 15px;
	right: 15px;
	float: right;
	text-align: right;
	opacity: 0.6;
	transition: 0.3s;
}

.footer-right:hover
{
	opacity: 1;
}

/* This is needed temporarily as Vulcan figure captions are not part of image layouts that take care of the vertical spacing. */
p + p.figure-caption
{
	margin-top: -16px;
}

p.figure-caption
{
	mc-auto-number-class: FigNum;
	padding-bottom: 25px;
	margin-left: 10px;
	mc-auto-number-format: 'Figure {n+}: ';
}

p.indent
{
	padding-left: 30px;
}