@charset "utf-8";
/* CSS Document */

.new_alert{
	position:fixed;
	top:-10%;
	width:auto;
	height:auto;
	padding:0.6% 2%;
	border-radius:50px;
	font-family:'Source Sans Pro', sans-serif;
	font-size:14px;
	letter-spacing:1px;
	background-color:#00C851;
	color:#fff;
	font-weight:600;
	box-shadow: 0px 0px 10px 1px #3d3d3d;
	transition:top 0.5s cubic-bezier(0.06, 0.79, 0.77, 1.29);
	cursor:default;
	-webkit-user-select:none;
	z-index:1000;
}