.txtset {
	position: relative
}
.ax_p,.icrt {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	max-width: 96%
}
.ax_p canvas {
	max-width: 100%;
	height: auto !important
}
.icrt:after {
	content: "";
	display: block;
	clear: both
}
svg {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#capture,#capture + a {
	float: right;
	margin-left: 10px;
	display: block;
	width: max-content;
	background: #444;
	z-index: 1000000;
	cursor: pointer;
	color: #fff;
	padding: 4px 10px;
	height: max-content;
	border-radius: 10px
}