html, body	{
	font-family:'Helvetica Neue',Helvetica,Arial,Tahoma,'Trebuchet MS','Times New Roman',Georgia,Sans-Serif;
	font-size:17px;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:none;
	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;
}
a	{
	color:#2fa2d7;
	text-decoration:none;
}
p	{
	margin-left:15px;
	margin-right:15px;
}
.news_heading	{
	font-weight:bold;
	font-size:25px;
}
.news_heading_a	{
	color:rgba(240, 62, 62, 0.98);
	text-decoration:none;
	border:none;
	outline:none;
}
.news_heading ~ .news_heading	{
	border-top-style:solid;
	border-top-color:gray;
	border-top-width:1px;
	padding-top:40px;
}
.news_text	{
	line-height:30px;
}
.news_date	{
	color:gray;
	font-size:14px;
	display:block;
	margin-top:-15px;
}
input	{
	-webkit-appearance:none;
	border-width:1px;
	border-color:black;
	border-style:solid;
	border-radius:5px;
	font-size:17px;
	width:100%;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
textarea	{
	-webkit-appearance:none;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-width:1px;
	border-color:black;
	border-radius:0px;
	font-size:17px;
	width:100%;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	width:100%;
	height:calc(100vh - 420px);
	max-height:200px;
	min-height:45px;
	margin-bottom:15px;
	padding:10px;
	font-size:18px;
	hyphens:none;
	-moz-hyphens:none;
	-o-hyphens:none;
	-webkit-hyphens:none;
	-ms-hyphens:none;
}
input[type="submit"]	{
	font-size:20px;
	width:220px;
	height:50px;
	text-align:center;
	margin:0px;
	padding:0px;
	-webkit-appearance:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:white;
	font-weight:normal !important;
	margin-bottom:25px;
	height:45px;
	padding-left:10px;
}
#form	{
	text-align:center;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	border-top-style:solid;
	border-top-color:black;
	border-top-width:3px;
	padding-top:40px;
}
textarea:focus	{
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-width:1px;
	border-color:rgba(157,209,127,0.9);
	outline:none;
}