/***************************************************************************
  DCS common CSS file
 ***************************************************************************/


/********	Example box  ************/

div.example pre
{ 	padding: 0;
	border-style: none;
}

div.example {
	margin-left: 10%;
	margin-right: 5%;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;

 	background-color: #f8f8f8;
}

/********	Alert box  ************/

/* Alert boxes */
div.alertbox-outer {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.alertbox-image {
	width: 60px;
	float: left;
}
img.alertbox-image
div.alertbox-inner {
	margin-left: 60px;
	margin-right: 0%;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;

	background-color: #ffe6e6;
}
/* Hack until can do with just divs */
td.alertbox-inner {
	background-color: #ffe6e6;
}

/********** Code tags ************/

code
{	/* These were being set by cdn.jsdelivr.net/bootswatch/3.3.5/cosmo/bootstrap.css */
	/* to #f9f2f4 for background and #c7254e for color.  Contrast is only 5:1, which */
	/* is WCAG 2.0 AA but not AAA.  So tweak. */
	background-color: #f0f0f0;
	color: #900000;
}
