@media (max-width: 767px) {
	.template_outer {
		flex-direction: column;
	}
	
	.template_div_header {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.template_div_title {
		font-weight: bold;
		font-size: 16px;
		padding: 2px;
		flex: 1;
		min-width: 0;
		max-width: calc(100% - 110px);
		margin-right: 110px;
	}
	
	.template_date_container {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		position: absolute;
		right: 6px;
		top: 5px;
	}
	
	.template_div_ago {
		text-align: right;
		white-space: nowrap;
		right: 0px;
		top: 0px;
	}
	
	.template_div_date {
		font-style: italic;
		text-align: right;
		color: rgba(0, 0, 0, 0.5);
		padding: 3px;
		right: 0px;
		bottom: 0px;
		white-space: nowrap;
	}
	
	.template_div_content {
		width: 100%;
		box-sizing: border-box;
	}
	
	.template_div_image {
		justify-content: center;
		align-content: center;
		width: 100%;
		z-index: 99;
		cursor: pointer;
		display: flex;
	}
	
	.template_img_image {
		max-height: 50vh;
		max-width: 100%;
		justify-content: center;
		align-content: center;
		object-fit: contain;
	}
	
	.template_div_description_container {
		/*display: flex;*/
		float: left;
		width: 100%;
	}
	
	.template_div_description {
		padding: 3px;
		display: block;
		font-size: 14px;
		float: left;
		width: 100%;
	}
	
	.template_div_location {
		font-style: italic;
		font-size: 12px;
		color: rgba(0, 0, 0, 0.5);
		padding: 3px 3px 3px 4px;
		cursor: pointer;
		display: block;
		float: left;
	}
	
	.template_div_weather {
		position: absolute;
		top: 4px;
		right: 4px;
		z-index: 101;
		font-weight: bold;
		color: white;
		text-shadow: 0 0 4px #000000;
		background-color: rgba(0, 0, 0, 0.25);
		/*+box-shadow: 0 0 4px 0px #000000;*/
		-moz-box-shadow: 0 0 4px 0px #000000;
		-webkit-box-shadow: 0 0 4px 0px #000000;
		box-shadow: 0 0 4px 0px #000000;
		display: none;
	}
	
	.template_edit {
		background-color: rgba(0, 0, 0, 0.552);
		position: absolute;
		width: 32px;
		top: 57px;
		left: 7px;
	}
	
	.template_delete {
		background-color: rgba(0, 0, 0, 0.552);
		position: absolute;
		width: 32px;
		top: 145px;
		left: 7px;
	}
	
	.template_list_item_collapsed_transparent {
		/*max-height: 555px;*/
		opacity: 1;
		transition: all 1s ease-in-out;
		/*transform: rotateX(-90deg);
			transform-origin: top;*/
	}
	
	.template_list_item_fade_in {
		max-height: 555px;
		opacity: 1;
		transform: none;
	}
	
	.lightbox_overlay {
		height: 100%;
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		position: fixed;
		top: 0px;
		/*left: 0px;*/
		z-index: 1000;
		background-color: #000000;
		display: none;
		opacity: 1;
		transition: opacity 0.2s ease-in-out;
	}
	
	.lightbox_close {
		position: absolute;
		width: 32px;
		height: 32px;
		right: 10px;
		top: 1px;
		font-size: 30px;
		text-align: right;
		opacity: 0.5;
		z-index: 1010;
		cursor: pointer;
	}
	
	.lightbox_title {
		/*position: absolute;*/
		top: 0px;
		/*height: 40px;*/
		min-height: 39px;
		left: 0px;
		width: calc(100% - 48px);
		/*background-color: rgba(118, 95, 238, 0.409);*/
		font-size: 23px;
		vertical-align: middle;
		padding-top: 3px;
		padding-left: 7px;
		color: white;
		font-weight: bold;
	}
	
	.lightbox_date {
		display: block;
		color: white;
		bottom: 6px;
		left: 10px;
		font-size: 15px;
		position: absolute;
		text-shadow: 0 0 4px #000000;
		font-weight: bold;
		background-color: rgba(0, 0, 0, 0.203);
		padding: 2px;
	}
	
	.lightbox_weather {
		display: block;
		position: absolute;
		text-shadow: 0 0 4px #000000;
		right: 10px;
		top: 6px;
		text-align: right;
		color: white;
		font-size: 15px;
		font-weight: bold;
		background-color: rgba(0, 0, 0, 0.203);
		padding: 2px;
	}
	
	.lightbox_imagebox {
		position: relative;
		float: left;
		margin-top: 0px;
		left: 0px;
		right: 0px;
		/*height: 218px;*/
		/*background-color: rgba(97, 205, 205, 0.625);*/
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
	
	.lightbox_image {
		position: relative;
		max-height: 70vh;
		/*background-color: rgba(59, 224, 138, 0.616);*/
		object-fit: contain;
	}
	
	.lightbox_image_prevnext {
		position: absolute;
		/*vertical-align: middle;*/
		top: calc(50% - 100px);
		width: 67px;
		height: 200px;
		opacity: 1;
		/*color: white;*/
		/*text-shadow: 0 0 2px black;*/
		/*font-weight: lighter;*/
		/*background: rgba(238, 40, 40, 0.672);*/
		z-index: 120;
		/*font-size: 155px;*/
		cursor: pointer;
	}
	
	div:active {
		outline: none;
	}
	
	#lightbox_image_prev {
		left: 0px;
	}
	
	#lightbox_image_next {
		right: 0px;
		text-align: right;
	}
	
	.lightbox_horizontal_image_prevnext {
		position: absolute;
		/*vertical-align: middle;*/
		top: 20%;
		width: 25%;
		height: 60%;
		opacity: 1;
		/*color: white;*/
		/*text-shadow: 0 0 2px black;*/
		/*font-weight: lighter;*/
		/*background: rgba(238, 40, 40, 0.672);*/
		z-index: 120;
		/*font-size: 155px;*/
		cursor: pointer;
	}
	
	#lightbox_horizontal_image_prev {
		left: 0px;
	}
	
	#lightbox_horizontal_image_next {
		right: 0px;
		text-align: right;
	}
	
	.lightbox_arrow {
		vertical-align: middle;
		position: relative;
		height: 100px;
		width: 50px;
		top: calc(50% - 50px);
		/*background-color: #28C5EE;*/
	}
	
	.lightbox_download_image_button {
		position: absolute;
		display: block;
		float: left;
		bottom: 0px;
		right: 0px;
		font-size: 30px;
		opacity: 0.5;
		z-index: 1030;
		cursor: pointer;
	}
	
	.lightbox_description {
		position: relative;
		float: left;
		display: block;
		/*width: 100%;*/
		/*background-color: rgba(218, 224, 59, 0.616);*/
		padding: 5px 8px 6px 10px;
		color: white;
		font-size: 15px;
	}
	
	.lightbox_mapbox {
		width: 100%;
		background-color: rgba(65, 239, 117, 0.435);
		float: left;
		/*height: 200px;*/
	}
	
	.lightbox_map {
		height: 50%;
	}
	
	.lightbox_location {
		display: inline;
		position: fixed;
		bottom: 0px;
		/*left: 0px;*/
		color: white;
		background-color: rgba(0, 0, 0, 0.565);
		padding: 4px 7px;
		z-index: 1020;
		font-size: 15px;
		max-width: calc(100% - 70px);
	}
	
	.lightbox_map_button {
		display: inline;
		/*position: fixed;*/
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-size: 30px;
		z-index: 1021;
		cursor: pointer;
	}
	
	.lightbox_horizontal_overlay {
		position: fixed;
		width: 100%;
		max-width: 100%;
		height: 100%;
		display: none;
		top: 0px;
		left: 0px;
		background-color: #000000;
		z-index: 2000;
	}
	
	.lightbox_horizontal_image {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
	}
	
	.lightbox_horizontal_close {
		position: fixed;
		right: 5px;
		top: 5px;
		font-size: 30px;
		cursor: pointer;
		display: none;
	}
	
	.editor {
		position: fixed;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 9999;
		background: white;
		display: none;
	}
	
	.editor_button_container {
		width: calc(100% - 40px);
		left: 20px;
		margin-top: 30px;
		position: absolute;
	}
	
	.editor_button {
		/*margin-top: 35px;*/
		border: 1px solid rgba(0, 0, 0, 0.401);
		text-align: center;
		display: inline-block;
		padding: 10px;
		/*+border-radius: 10px;*/
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		/*+box-shadow: 2px 2px 5px;*/
		-moz-box-shadow: 2px 2px 5px;
		-webkit-box-shadow: 2px 2px 5px;
		box-shadow: 2px 2px 5px;
		cursor: pointer;
		width: 30%;
		/*margin-left: auto;*/
		/*margin-right: auto;*/
		position: relative;
	}
	
	#editor_button_cancel {
		left: 0px;
		top: 0px;
	}
	
	#editor_button_save {
		right: 0px;
		top: 0px;
		float: right;
	}
	
	.editor_prompt {
		margin-top: 20px;
		margin-left: 20px;
		font-size: 16px;
	}
	
	.editor_input {
		margin-left: 20px;
		margin-top: 5px;
		padding: 7px;
		/*+border-radius: 6px;*/
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		font-size: 16px;
		width: calc(100% - 40px);
	}
	
	#editor_description_input {
		height: 140px;
	}
	
	.editor_hidden {
		display: none;
	}
	
	.user_hidden {
		display: none;
	}
	
	.user_editor {
		position: fixed;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 9999;
		background: white;
		display: none;
	}
	
	.user_prompt {
		margin-top: 20px;
		margin-left: 20px;
		font-size: 16px;
	}
	
	.user_input {
		margin-left: 20px;
		margin-top: 5px;
		padding: 7px;
		/*+border-radius: 6px;*/
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		font-size: 16px;
		width: calc(100% - 40px);
	}
}
