.focus-help {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.focus-help-iframe-container {
	position : absolute;
	top      : 0;
	right    : 0;
	bottom   : 50px;
	left     : 0;
}

.focus-help-iframe {
	width         : 100%;
	height        : 100%;
	border        : 0;
	border-bottom : 1px solid #AAA;
}

.focus-help-preferences {
	box-sizing : border-box;
	position   : absolute;
	display    : block;
	right      : 0;
	bottom     : 0;
	left       : 0;
	height     : 50px;
	padding    : 10px;
	border-top : 1px solid #AAA;
	box-shadow : 0 -3px 3px rgba(0, 0, 0, .2);
}

.focus-help-new-window-container {
	margin-bottom: 10px;
}

.focus-help-new-window:before {
	content: url('../../assets/new_window.png');
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
