/* CSS for js-errors.js */

#reportBlock {
  background-color: yellow; 
  border: 1px solid silver;
  font-size: smaller; 
  display: none; 
  position: fixed; 
  top: 33vh;
  left: 3vw; 
  max-width: 75vw;
  padding: 20px; 
  line-height: 1.2em;
  
  box-shadow:	10px 10px /* h & v offset */
  		5px		/* blur radius */
  		0px		/* spread */
		silver; /* LemonChiffon; */
}