/*/ css Document*/

div.debug {
	background:lightgreen;
	border-style:dotted;
	border-color:blue;
	border-width:1px 1px 1px 1px;
}	

div.debug em {
	font-weight: bold;
	font-style: normal;
}
body {
  margin: 0;
  font-family: Calibri !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}  