/* bundler debug
./modules/uf/overflow-detector.css: 692
*/
/* bundling ./modules/uf/overflow-detector.css */
/**
 * Highlight elements with right margin overflow
 * The JavaScript adds this attribute with the overflow amount in pixels
 */
[data-debug='1'] [data-overflow-right] {
    outline: 1px dashed #ff4444 !important;
    outline-offset: 0px;
}

/**
 * Display overflow amount as a badge on the element
 */

[data-debug='1'] [data-overflow-right]::after {
    content: '→ ' attr(data-overflow-right) 'px';
    position: fixed;
    top: 0;
    right: 0;
    background: #ff4444;
    color: #ffffff;
    padding: 4px 8px;
    font-size: 12px;
    font-family: monospace;
    font-weight: bold;
    z-index: 99999;
    border-radius: 0 0 0 4px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
}
/* bundling inline/ */
#ss_2012_activator {
	float:right;
    }
    .filtergroup {
	margin:5px 1em;
    }
    .filterhead {
	display:inline-block;
	width:10em;
    }
    .filterhead2 {
	padding-left:2em;
    }
    #filter_button {
	float:right;
    }
    #content_filter {
	border:1px solid #888;
	margin:5px 1em;
    }
    h1 {
	text-align:center;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-top:0em;
	padding-left:0;
	max-width:100%;
    }
    sup {
	vertical-align:super;
	font-size:smaller;
    }
