/*
 * Author: Bruce
 * Version: 1.0
 * Require  Bootstrap 3.x+
 */
 
.notice{
	opacity:1;
	text-align:left;
	font-size:20px;
}

.notice-top{
	position: fixed;
	top: 0px;
	width:100%;
	z-index:9999;
}