html, body {
    height: 500pt;
}
body {
  background-color: #E7E7E7; /*#E7E7E7*/
}
div.topic{
    background-color: #F5F5F5; /*#F5F5F5*/
	padding: 5pt;
	margin-bottom: 1px;
	width: 99%;
    max-width: 720pt;

}
div.main{
	margin-top: 0px;
	padding: 5pt;


	font-size: 100%;
	width: 99%;
	height: 125%;
    max-width: 720pt;

	column-count: 3;
	column-gap: 1pt;
	break-inside: avoid;
    background-color: #F5F5F5; /*#F5F5F5*/
}

div.col{
	font-size: 100%;
	float: left;
	width: 100%;
	height: 99%;
    background-color: #F8F8F8;  /*#F8F8F8*/
	padding: 0pt;
    padding-top: 1pt;

}

div.box{
    background-color: #FBFBFB; /*#FBFBFB*/
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1pt;

}
