article{
	width				: 100%;
	height				: auto;	
	position			: relative;
	font-family			: Segoe UI Light;
	background-color	: #FFFFFF;
}

.post-title{
	font-size			: 25px;
	text-align			: center;
	padding-top			: 20px;
}

.post-form{
	width				: 80%;
	margin				: auto;
	text-align			: center;
	padding-top			: 20px;
}

.textarea{
	width				: 99.6%;
	height				: 50px;
	border				: 1px solid #BDBDBD;
	text-align			: center;
	font-family         : Segoe UI Light;
	font-size           : 14px;
}

#identity{
	width				: 80%;
	height				: 100px;
	margin				: auto;
	margin-top			: 20px;
	font-family			: Segoe UI Light;
	font-size			: 15px;
	border-collapse		: collapse;
	background-color	: #FFFFFF;
}

.parameter{
	width				: 45%;
	border				: 0.2px solid #BDBDBD;
	border-right		: none;
}

.space{
	width				: 10%;
	text-align			: center;
	border				: 0.2px solid #BDBDBD;
	border-left			: none;
	border-right		: none;	
}

.value{
	width				: 45%;
	border				: 0.2px solid #BDBDBD;
	border-left			: none;
}

#exampoint{
	width				: 80%;
	margin				: auto;
	margin-top			: 10px;
	font-family			: Segoe UI Light;
	font-size			: 15px;
	border-collapse		: collapse;
}

.exam-head th{
	height				: 35px;
	border				: 0.2px solid #BDBDBD;
}

.exam-body td{
	height				: 25px;
	border				: 0.2px solid #BDBDBD;
}


#countdown{
	width				: 80%;
	height				: auto;
	margin				: auto;
	font-family			: Segoe UI Light;
	font-size			: 15px;
	color				: #FFFFFF;
	text-align			: center;
	margin-top			: 20px;
	margin-bottom		: 10px;
	padding-top			: 20px;
	padding-bottom		: 20px;	
	border-radius		: 5px;
	background-color	: #4CAF50;
}

.timer{
    text-align          : center;
    text-decoration     : bold;
    font-family         : Segoe UI Light;
    font-size           : 24px;
    
}

.license{
	padding-bottom		: 10px;
}

.founder{
	padding-top 		: 10px;
}


.notification{
	width				: 80%;
	height				: auto;	
	margin				: auto;
	position			: relative;
	font-family			: Segoe UI Light;
	font-size			: 12px;
	color				: #FF0000;
	text-align			: center;
}