@import "https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"; 




*, *::before, *::after {
	box-sizing: content-box;
}
html {
	font-family: inherit;
}
h1 {
	font-size: 1.35em;
	margin: inherit;
	font-weight: bold;
}
h2 {
	font-size: inherit;
	line-height: inherit;
}
h3 {
	font-size: inherit;
	line-height: inherit;
}
a {
	outline: none;
}
label {
	margin-bottom: inherit;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	margin: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
body {
	background-color: inherit;
	color: inherit;
	line-height: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
img {
	
	vertical-align: middle;
}
ol, ul, dl {
	margin-bottom: initial;
}