@chaset "UTF-8";
/*
 Share Style <
-------------------------------------------------
*/
#urgentNews{
	width:auto;
	max-width: 1000px;
	margin: 20px auto;
	background-color: #ffffff;
	padding: 20px;
	border: 8px solid #ff0000;
	line-height:1.6 !important;
}
#urgentNews h1{
    text-align: center !important;
    font-size: 160% !important;
    color: #ff0000;
}
#urgentNews p{
	line-height:1.6 !important;
}

@media only screen and (max-width: 750px) {
	#urgentNews{
		border: 6px solid #ff0000;
		font-size:90% !important;
	}
	#urgentNews h1{
	    font-size: 140% !important;
	}
	#urgentNews p{
		font-size:90% !important;
	}
}