.wrapper_val { 
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	border: 8px solid rgb(72, 61, 179);
	box-sizing: border-box;
	padding: 8px;
	min-height: 350px;
}
table input {
	text-align: center;
}
legend {
	margin: 10px 0 5px 0 !important;
}
td {
	padding: 1px !important;
	text-align: center;
	vertical-align: middle !important;
}
th, thead {
	text-align: center !important;
	position: sticky;
  	top: -2px;
  	background: white;
  	vertical-align: middle !important;
}
table {
	margin-top: 15px;
	font-size: 0.9em !important;
}
output {
	color: blue !important;
	font-size: 1em !important;
	font-weight: bold;
}
.image1 {
	width: 100% !important;
	max-width: 200px !important;
}
.input-after {
    display: table-cell !important;
    width: 120px !important;
}
.table-block {
	overflow: auto;
	min-width: 260px;
}
.canvas1 {
	overflow: auto;
	height: 600px;
}
@media (max-width: 600px) {
	.wrapper_val {
		padding: 5px !important;
		border: 5px solid rgb(72, 61, 179);
	}
	table {
		font-size: 0.85em !important;
	}
	.input-group-addon {
		padding: 5px !important;
	}
}