/*----------------------*/
/* -- Containers     -- */
/* -- with ClearFix  -- */
/*----------------------*/
#container:after,
.subject-id:after,
.container:after,
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #container,
* html .subject-id:after,
* html .container,
* html .clearfix
{
	height: 1%;
}
#container,
.subject-id,
.container,
.clearfix
{
	display: block;
	min-height: 1em;
}
/* End hide from IE-mac */

/* folding long alpha numeric charactors in box */
.folding {
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}

