.updatenotice2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	background: #8f7f71;
	padding: 1.25em 3em;
	word-break: break-word;
	box-shadow: 0 6px 6px -3px #6e5642, inset 0px 3px 5px -3px #523d2a;
	max-height: 75px;
	overflow: auto;
	z-index: 5000;
}
.modalcloser {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.15em 0.5em;
	font-weight: bold;
	font-size: 1.4em;
}
.modalcloser:hover {
	cursor: pointer;
	text-shadow: 1px 1px 3px #e7c3a8;
	color: #2c1a0b;
}
.content-title {
	font-family: 'Cinzel Decorative', serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #cda078;
	text-shadow: 1px 1px 2px #000;
	text-decoration: underline;
	background: linear-gradient(to right, #533723, #8b5e3c);
	padding: 8px 12px;
	border: 3px solid #4a311d;
	border-radius: 14px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.modal-dialog {
	margin: 0 auto;
	padding: 1em 2em;
	max-width: 1000px;
	font-size: 15px;
	color: #4a311d;
}
.modal-content, .modal-body {
	background-color: #9f7e61;
}
.modal-body {
	padding-top: 0.5em;
}
.modal-header {
	border-bottom: 1px solid #5e4835;
	background-color: #b59172;
	height: 156px;
}
.modal-footer {
	border-top: 1px solid #5e4835;
	background-color: #9f7e61;
	height: 156px;
}
.custom-header {
	background: url(/images/submission_images/submission_header_img.png);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
}
.custom-footer {
	background: url(/images/submission_images/submission_footer_img.png);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	align-items: end;
}
.custom-header > .modal-title {
	text-shadow: 3px 3px 3px #000;
	color: #fcf1d7;
}
.custom-footer > .btn-default {
	color: #18140e;
}
.custom-footer > .btn-default:hover {
	color: #d2bfa2;
}
.close {
	font-size: 2rem;
	color: #fcf1d7;
	text-shadow: 3px 3px 3px #000;
	opacity: 0.8!important;
}
.close:hover {
	color: #fcf1d7;
	text-shadow: 3px 3px 3px #000;
	opacity: 1!important;
}