.wrapper_dist_points { 
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	border: 10px solid #483D8B;
	box-sizing: border-box;
	padding: 10px;
	min-height: 350px;
}
legend {
	margin: 10px 0 5px 0 !important;
}
td {
	padding: 1px !important;
	text-align: center;
}
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;
}
.image1 {
	width: 100% !important;
	max-width: 200px !important;
}

@media (max-width: 600px) {
	.wrapper_dist_points {
		padding: 5px !important;
		border: 5px solid #483D8B;
	}
	table {
		font-size: 0.85em !important;
	}
	.input-group-addon {
		padding: 5px !important;
	}
}