div#content {margin-bottom: 25em;}

/* Containers */
div#containers {position: relative; width: 100%;}

div.container {margin: 0; clear: both; width: 100%; border-top: 1px solid white;}

div.container_title_reducer {float: left; width: 50%; //margin-right: -50%;}
h2.container_title {font-size: 1.2em; margin: 0 1.5em 0.8em 0;}

div.container_content {margin-bottom: 2em; width: 50%;}
div.container div.container_content {float: left; //margin-left: 25%; //margin-right: -1px;}

div.container_content div.measurer {padding: 1px 0;}
div.container_content div.stripe {border-left: 3px solid #e3003e; padding: 0 20px 0 10px;}
div.container_content h3 {font-size: 1em; margin-top: 1.5em; margin-bottom: 0.2em;}
* html div.container_content h3 {margin-top: expression( !this.previousSibling ? 0 : '1.5em' );}
div.container_content h3:first-child {margin-top: 0;}
div.container_content ul.nobullets {margin-left: 14px;}
div.container_content ul.nobullets li {margin-bottom: 0.3em;}


div.container_closed h2.container_title span.title {cursor: pointer; cursor: hand; border-bottom: 1px dashed #2f3c49;}
div.container_closed div.container_content {display: none;}
div.container_in_motion_to_close h2.container_title span.title {border-bottom: 1px dashed #2f3c49;}

div.container_opened h2.container_title span.title {color: #e3003e; cursor: pointer; cursor: hand; border-bottom: 1px dashed #e3003e;}
div.container_in_motion_to_open h2.container_title span.title {color: #e3003e; border-bottom: 1px dashed #e3003e;}


div.container_closed div.container_content,
div.container_opened div.container_content,
div.container_in_motion_to_open div.container_content,
div.container_in_motion_to_close div.container_content {float: none; position: absolute; top: 0; left: 50%; //margin-left: 0; //margin-right: 0;}

div.container_in_motion_to_open div.container_content div.measurer,
div.container_in_motion_to_close div.container_content div.measurer {position: absolute; top: 0; left: 0;}



div#animation_window {position: absolute; top: 0; left: 50%; width: 50%; height: 45em; overflow: hidden;}

div#animation_reel {position: absolute; top: 0; left: 0; width: 500%;}
div#animation_reel div.container_content {margin: 0; width: 20%; float: none; position: absolute; top: 0; left: 0;}