﻿body {
	font-family: 'Arial';
	background-color: #eeeeee;
}

.posting {
	position: fixed;
	z-index: 20000;
	/*background-color: rgb(0,55,131); 
	background-color: rgba(0,55,131, 0.3);*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: progress;
	/*transition: 0.5s;*/
}

.posting-content {
	position: relative;
	top: 25%;
	color: #0054a6;
}

	.posting-content img {
		width: 10%;
		max-width: 120px;
		text-align: center;
	}

.hidden-md-up {
	display: none;
}

/*.hidden-sm {
	display: block;
}*/

/*@media screen and (max-device-width: 640px) {
	.hidden-md-up { display: block; }
	.hidden-sm { display: none; }
}*/
