.eh-shell,
.eh-shell * {
	box-sizing: border-box;
}

.eh-shell a,
.eh-shell button,
.eh-shell input {
	font: inherit;
}

.eh-shell button {
	border: 0;
	background: transparent;
	cursor: pointer;
}

.eh-shell img {
	display: block;
	max-width: 100%;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
