.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.news {
	display: none;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	background-color: #fefefe;
	margin: 15%;
	padding: 20px;
	border: 3px solid #000001;
	border-radius: 20px;
	width: 80%;
}
.news-content {
	background-color: #fefefe;
	margin: 15%;
	padding: 20px;
	border: 3px solid #000001;
	border-radius: 20px;
	width: 80%;
}
.p-content {
	margin: 50px auto 0;
	width: 90%;
}
#newRej {
	width: 70%;
	margin: 50px auto;
	text-align: center;
}
#close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
#close:hover, #close:focus { 
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.subject {
	font-size: 1.5em;
	font-weight: bold;
	width: 100%;
	margin-bottom: 1.5em;
}

@media all and (min-width: 801px) {
	#newRej a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		border-radius: 15px;
		background: #FD5F53; 
		padding: 8px 20px 8px 20px;
		display: inline;
		margin: 50px 10px;
		text-align: center;
		cursor: pointer;
	}
	#newRej a:hover {
		background-color: #fd4235;
	}
	.news a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		border-radius: 15px;
		background: #FD5F53; 
		padding: 8px 20px 8px 20px;
		text-align: center;
		cursor: pointer;
	}
}
@media all and (max-width: 800px) {
	.news a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 0.8em;
		border-radius: 15px;
		background: #FD5F53; 
		padding: 8px 20px 8px 20px;
		text-align: center;
		cursor: pointer;
	}
}