
.animDiv {
	margin: 10px 0px 6px 0px;
	padding: 0px;
}
	
.animDiv img { 
	border: 1px solid #666;
	border-radius: 7px;
	margin: auto !important;
}

/* animation button styles */
div#buttons { 
	float: left;
	width: 100%;
	margin: 15px 0px;
	padding: 0px;
	text-align: left;
}

div#buttons a:link, div#buttons a:visited {
	display: inline-block;
	width: 58px !important;
	height: 23px !important;
	margin-left: 4px;
	background-color: #6D9DE1;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 1em !important;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	box-shadow: 2px 2px 2px 0px rgba(195,195,199,1);
}

div#buttons a:hover {
	text-decoration: none;
 	color: #BE0C0C;
}

div#buttons button {
	display: inline-block;
	padding-bottom: 20px important;
	margin-left: 4px;
	background-color: #256ba2 !important;
	border-radius: 5px !important;
	text-decoration: none;
	color: #fff;
	font-size: 0.8em !important;
	font-weight: bold;
	text-align: center;
	box-shadow: 2px 2px 2px 0px rgba(195,195,199,1);
	cursor: pointer;
}

div#buttons button:hover {
	text-decoration: none;
}

div#alt-caption, div#adv-custom-caption { 
	padding: 3px 0px; 
	margin-bottom: 2px;
	color: #3E4EAD; 
	font-weight: bold; 
	font-size: 1em;
	height: 20px;
  z-index: 700;
}

p#description {
	font-size: 1em; 
	color: #666; 
	font-style: italic; 
	float: right; 
	width: 30%; 
	text-align: right;
	margin: 0px;
	line-height: 1.3em;
}

p#breadcrumbs {
	margin-top: 0px; 
	padding-top: 0px;
	margin-bottom: 12px;
	/* width: 600px; */
	width: 67%;
	font-weight: bold;
}

h1 {
	width: 67%;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#displayBox {
	border: 1px solid #cbcbcb;
	padding: 2px 8px 1px 8px;
	border-radius: 5px;
	margin-bottom: 12px;
	max-height: 640px !important;
	overflow: hidden !important;
}

div#displayBox h2, div#displayBox h3 {
	display: inline;
	width: 30%;
	margin-bottom: 20px;
}

div.textFileOutputCont, div.missingImages {
	margin: 12px 12px 20px 12px !important;
}

div.textFileOutputCont pre {
	padding: 4px;
	font-family: courier, monospace;
	font-size: 12px;	
}

h3#notFoundHeading {
	margin-top: 35px; 
	padding-top: 15px; 
	width: 85%; 
	display: block;
	font-size: 1.2em;
	color: #3E4EAD;
}

#animationSize {
	color: #666;
	width: 50em;
	margin: 0 0 15px 0;
}

div.animCaption {
	color: #3E4EAD; 
	font-weight: bold; 
	font-size: 1.1em;
}
