html
	{
	min-height:101%;
	}
#layoutwrapper > section > div > div > div > div.reports-group > div > div > a > div
	{
	border: solid 0px #ddd;
	padding-top:0;
	}
.report-box
	{
	border-right: solid 1px #ddd;
	text-align: center;
	float: left;
	}
.report-box img
	{
	width: 80%;
	height: auto;
	}
.report-box ul
	{
	text-align: left;
	}
.report-box-last
	{
	border-right: none;
	text-align: center;
	float: left;
	}
.report-box-last img
	{
	width: 60%;
	height: auto;
	}
.center-flex
	{
	display: flex;
	align-items: center;
	justify-content: center;
	}
.reports-group *
	{
	box-sizing: border-box;
	}
/* ---- button ---- */
.wrapper
	{
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	filter: blur(0px);
	}
.button
	{
	display: block;
	min-width: 260px;
	padding: 0.5em 1.0em;
	background-color: #e6e6e6;
	border: none;
	color: #333;
	font-family: sans-serif;
	font-size: 16px;
	text-align: left;
	margin-bottom: 1px;
	cursor: pointer;
	margin-top: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.button:hover
	{
	background-color: #fafafa;
	}
.button:active,
.button.is-checked
	{
	color: #fff;
	margin-top: 0;
	background-color: #008265;
	}
.showall
	{
	display: inline;
	}
.is-checked .showall
	{
	display: none;
	}
.showtopics
	{
	display: none;
	}
.is-checked .showtopics
	{
	display: inline;
	}
.button:active
	{
	color: #fff;
	background-color: #008265;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.print_button
	{
	float: right;
	background-color: none;
	color: #777;
	width: 70px;
	border: none;
	font-size: 1.5em;
	border-radius: 35px;
	padding: 7px!important;
	margin-top: -7px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.print_button:hover
	{
	color: #333;
	}
/* ---- button-group ---- */
.button-group
	{
	margin: 0 .7% 0 0;
	float: left;
	}
.button-group:after
	{
	content: '';
	display: block;
	clear: both;
	}
.button-group .button
	{
	/*float: left;*/
	border-radius: 0;
	margin-left: 0;
	margin-right: 1px;
	}
.reports-group
	{
	float: left;
	width: 80%;
	}
/* ---- isotope ---- */
.grid
	{	}
/* clear fix */
.grid:after
	{
	content: '';
	display: block;
	clear: both;
	}
/* ---- .element-item ---- */
.element-item
	{
	position: relative;
	float: left;
	width: 23%;
	min-height: 340px;
	margin: 0 1% 2% 1%;
	padding: 20px;
	background: #fff;
	color: #333;
	border: solid 1px #ddd;
	padding: 10px;
	width: 30%;
	min-height: 340px;
	}
.element-item img
	{
	width: 100%;
	height: auto;
	}
.image-crop
	{
	width: 100%;
	height: 260px;
	overflow: hidden;
	border:solid 1px #eee;
	box-shadow: 2px 2px 10px #ececec;
	}
.image-crop-popup
	{
	width: 100%;
	height: 330px;
	overflow: hidden;
	border:solid 1px #ddd;
	}
.image-crop-popup img
	{
	width: 100%;
	height: auto;
	}
.element-item .name
	{
	position: absolute;
	left: 10px;
	top: 60px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: normal;
	}
.element-item .symbol
	{
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 42px;
	font-weight: bold;
	color: white;
	}
.element-item .number
	{
	position: absolute;
	right: 8px;
	top: 5px;
	}
.element-item .weight
	{
	position: absolute;
	left: 10px;
	top: 76px;
	font-size: 12px;
	}
.credentials
	{
	clear: both;
	}
.element-item.alkali
	{
	background: #F00;
	background: hsl( 0, 100%, 50%);
	}
.element-item.alkaline-earth
	{
	background: #F80;
	background: hsl( 36, 100%, 50%);
	}
.element-item.lanthanoid
	{
	background: #FF0;
	background: hsl( 72, 100%, 50%);
	}
.element-item.actinoid
	{
	background: #0F0;
	background: hsl( 108, 100%, 50%);
	}
.element-item.transition
	{
	background: #0F8;
	background: hsl( 144, 100%, 50%);
	}
.element-item.post-transition
	{
	background: #0FF;
	background: hsl( 180, 100%, 50%);
	}
.element-item.metalloid
	{
	background: #08F;
	background: hsl( 216, 100%, 50%);
	}
.element-item.diatomic
	{
	background: #00F;
	background: hsl( 252, 100%, 50%);
	}
.element-item.halogen
	{
	background: #F0F;
	background: hsl( 288, 100%, 50%);
	}
.element-item.noble-gas
	{
	background: #F08;
	background: hsl( 324, 100%, 50%);
	}
.photo
	{
	width: 40%;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 40px 20px 0;
	}
.thumb-name
	{
	margin: 10px 0;
	line-height: 1.2em;
	}
.thumb-title
	{
	color: #797979;
	}
.info
	{
	float: left;
	width: 53%;
	margin-top: -10px;
	}
.report-btn
	{
	background-color: #008265;
	color: #fff;
	width: 100%;
	border: none;
	font-size: 1em;
	border-radius: 35px;
	padding-top: 13px!important;
	text-transform: none;
	cursor: pointer;
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.report-btn:hover
	{
	background-color: #016448;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.blurWrapper
	{
	filter: blur(3px);
	}
/* text-based popup styling */
.white-popup
	{
	position: relative;
	background: #FFF;
	padding: 30px 25px 25px 25px;
	border-top: 10px solid #008265;
	width: auto;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	}
.mfp-zoom-in
	{
	/* start state */
	/* animate in */
	/* animate out */
	}
.mfp-zoom-in .mfp-with-anim
	{
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
	}
.mfp-zoom-in.mfp-bg
	{
	opacity: 0;
	transition: all 0.3s ease-out;
	}
.mfp-zoom-in.mfp-ready .mfp-with-anim
	{
	opacity: 1;
	transform: scale(1);
	}
.mfp-zoom-in.mfp-ready.mfp-bg
	{
	opacity: 0.5;
	}
.mfp-zoom-in.mfp-removing .mfp-with-anim
	{
	transform: scale(0.8);
	opacity: 0;
	}
.mfp-zoom-in.mfp-removing.mfp-bg
	{
	opacity: 0;
	}
@media only screen and (min-device-width: 7.001in)
	{
	.col-12
		{
		width: 100%;
		padding: 3%;
		margin-right: 0;
		}
	}
@media screen and (max-width: 800px)
	{
	.reports-group
		{
		float: left;
		width: 90%;
		}
	.element-item
		{
		width: 30.8%;
		min-height: 320px;
		padding: 10px;
		}
	.image-crop
		{
		width: 100%;
		height: 180px;
		overflow: hidden;
		}
	.thumb-name
		{
		font-size: 18px;
		}
	.thumb-title
		{
		font-size: 14px;
		}
	.photo
		{	}
	.report-btn
		{
		height: 35px;
		font-size: 14px;
		margin: 20px 0;
		padding: 10px !important;
		}
	}
@media screen and (max-width: 600px)
	{
	h1
		{
		margin-left: 5px !important;
		}
	.element-item
		{
		width: 48%;
		min-height: 285px;
		padding: 10px;
		}
	.reports-group
		{
		float: left;
		width: 100%;
		}
	.image-crop
		{
		width: 100%;
		height: 150px;
		overflow: hidden;
		}
	.image-crop-popup
		{
		width: 100%;
		height: 240px;
		overflow: hidden;
		}
	.thumb-name
		{
		font-size: 16px;
		}
	.thumb-title
		{
		font-size: 14px;
		}
	.photo
		{
		width: 64%;
		padding: 7% 18%;
		height: auto;
		text-align: center;
		margin: 0;
		}
	.report-btn
		{
		height: 35px;
		font-size: 14px;
		margin: 20px 0;
		padding: 10px !important;
		}
	.info
		{
		width: 100%;
		margin-bottom: 30px;
		}
	}
@media print
	{
	.report-btn
		{
		display: none!important;
		}
	.white-popup
		{
		border-top: none;
		}
	.mfp-close
		{
		display: none!important;
		}
	.mfp-container
		{
		height: auto!important;
		}
	.credentials
		{
		margin-top: -40px!important;
		}
	.photo
		{
		width: 20%!important;
		height: auto!important;
		float: left!important;
		text-align: center!important;
		margin: 0 40px 0 0!important;
		}
	}
