html, body	{
	margin:0px;
	text-align:center;
	font-family:'Helvetica Neue',Helvetica,Arial,Tahoma,'Trebuchet MS','Times New Roman',Georgia,Sans-Serif;
	height:100%;
	margin-bottom:100px;
}
*	{
	hyphens:auto;
	-moz-hyphens:auto;
	-o-hyphens:auto;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	word-break:break-word;
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
a:not(.clickable_link), img	{
	-webkit-touch-callout:none !important;
}
.button	{
	background-color:#98FEBD;
	border-radius:5px;
	text-align:center;
	font-size:28px;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
	font-weight:300;
	border-color:black;
	border-style:solid;
	border-width:1px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	padding-bottom:8px;
}
a	{
	text-decoration:none;
	color:blue;
}
.alert_div	{
	background-color:#98FEBD;
	padding:10px;
	width:85%;
	max-width:500px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	border-style:solid;
	border-width:2px;
	border-color:black;
	border-radius:5px;
	font-size:25px;
	font-weight:300;
	text-align:center;
}
#tablet	{
	display:none;
}
#tablet .main	{
	width:100%;
	margin:10px auto;
	position:relative;
	text-align:center;
	
}
#tablet .section	{
	background-color:#98FEBD;
	height:200px;
	width:200px;
	display:inline-block;
	margin:10px;
	border-radius:5px;
	border-style:solid;
	border-color:black;
	border-width:1px;
}
.psection	{
	font-size:19px;
	margin-top:40%;
}
.break_last_child:last-child	{
	display:none;
}
#images	{
	margin:10px;
	border-radius:5px;
	max-height:55vh;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
}
#images::-webkit-scrollbar	{
	display:none;
}
img	{
	width:100%;
	border-radius:5px;
	text-align:center;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:6px;
}
.three .container	{
	width:calc(33.3333333% - 4px);
	float:left;
}
.four .container	{
	width:calc(25% - 3px);
	float:left;
}
.three	{
	display:block;
}
.four	{
	display:none;
}

@media (min-width:1024px)	{
.three	{
	display:none !important;
}
.four	{
	display:block !important;
}
}