#bructabelamedidas{
	padding: 0 20px;
	margin-bottom: 15px;
}
#bructabelamedidas #measurementchart_overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0 0 0 / 40%);
	z-index: 9998;
	display: none;
}
#bructabelamedidas #measurementchart{
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0;
	top: 100px;
	border-radius: 5px;
	padding: 15px;
	color: #000;
	display: none;
}
#bructabelamedidas #measurementchart header{
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	margin-bottom: 13px;
}
@media (min-width: 900px){
	#bructabelamedidas #measurementchart{
		width: 700px;
		top: 20%;
		left: 50%;
		margin-left: -350px;
	}
}