@media print {

	body,
	html {
		height: 100%;
	}

	.navbar {
		display: none;
	}

	.row {
		height: fit-content;
	}

	.green {
		color: #006D41;
	}

	.blue {
		color: #679FD5;
	}

	.brown {
		color: #A05C26;
	}

	.no-bullets {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.content {
		padding: 15px;
	}

	.content .page-title {
		text-align: center;
	}

	.page_img {
		position: relative;
		float: right;
		margin: 15px 0px 10px 15px;
		border: thin solid whitesmoke;
	}

	.page_img::after {
		clear: right;
	}

	.text {
		margin: 0 auto;
		text-align: justify;
		line-height: 2em;
		max-width: 75%;
	}

	.leading {
		line-height: 2.5em;
	}

	.required::before {
		content: '* ';
		color: #FF0000;
		font-weight: bold;
	}

	#register_frm label,
	#forgot label,
	#feedback_frm label {
		margin: 15px 0 -12px 0;
	}

	.captcha {
		float: right;
		margin-top: 15px;
	}

	.authreq {
		padding: 15px;
		background-color: #FFBBBB;
	}

	.title {
		margin: 15px 0 -5px 0;
	}

	#google_translate_element {
		margin-left: 15px;
	}

	.prtonly {
		display: block;
	}

	.inprtonly {
		display: inline;
	}

	.dsponly {
		display: none;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}
}