html,body {
    width : 100%;
    height : 100%;
	margin : 1%;
    padding : 0;
    font-size: 100%;
	background-image : url('wallpaper.png');
}

div.lightbox {
	border-left: 2px solid grey; 
	border-right: 4px solid grey; 
	border-top: 2px solid grey; 
	border-bottom: 4px solid grey; 
	background: rgb(255,255,255);
	background-image: radial-gradient(oldlace 50%, antiquewhite);
	margin-left: 1.5%;
	display : flex;
	flex-wrap: wrap;
	align-content : center;
	justify-content: center;
	width: 93%;
}

div.datatable {
	padding:1vw;
	background-color: antiquewhite; 
	border-left: 2px solid grey; 
	border-right: 4px solid grey; 
	border-top: 2px solid grey; 
	border-bottom: 4px solid grey; 
	margin-left: 10vw;
	margin-right : 10vw;
	margin-top: 3vh;
	max-width: 80vw;
	justify-content: center;
	align-items: center;
	padding-left : 7%;
	background-image : url("/chrome/ruledpage.svg");
	background-size : 100%;
}

h1.index {
	font-size:calc(12pt + 2vh); 
	font-weight:bold; 
	border : 0;
	max-width : auto;
	margin : 0 auto;
	background : 0;
}

p {
  font-style: italic;
}

