#screenshot_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 0.5;
	text-align: center;
	box-sizing: border-box;
	z-index: 999998;
	border-color: black;
	border-style: solid;
}

#screenshot_focus:before, #screenshot_focus:after {
	border: none !important;
	content: "" !important;
	height: 100% !important;
	position: absolute !important;
	width: 100% !important
}

#screenshot_focus:before {
	border-right: 1px solid white !important;
	border-bottom: 1px solid white !important;
	left: -100% !important;
	top: -100% !important
}

#screenshot_focus:after {
	border-top: 1px solid white !important;
	border-left: 1px solid white !important;
	left: 0 !important;
	top: 0 !important
}

#screenshot_focus {
	height: 100% !important;
	position: fixed !important;
	width: 100% !important;
	z-index: 999999 !important
}