

#notification {
	width: 100%;
	padding: 10px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	text-transform: uppercase;
	z-index: 100000;
	-webkit-transition: top 1s;
	-moz-transition: top 1s;
	transition: top 1s;

	font-family: 'Gotham-Bold', 'Helvetica Neue', arial, sans-serif;
	font-size:14px;
	line-height: 1.6em;
	text-decoration: none;
	color: #ffffff
}

.warning {
	background-color: #ff0000;
	border-bottom: 1px solid #ff7a7a;
}

.success {
	background-color: #5EBAF7;
	border-bottom: 1px solid rgba(139, 207, 249, 1);
}
.statusGreen {
	font-family: 'Gotham-Bold', 'Helvetica Neue', arial, sans-serif;
	padding: 5px 8px 2px;
	background-color: #0f9d58;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 0 0 #fff;
}
.statusRed {
	font-family: 'Gotham-Bold', 'Helvetica Neue', arial, sans-serif;
	padding: 5px 8px 2px;
	background-color: #db4437;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 0 0 #fff;
}
.statusBlue {
	font-family: 'Gotham-Bold', 'Helvetica Neue', arial, sans-serif;
	padding: 5px 8px 2px;
	background-color: #3d82f9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 0 0 #fff;
}
.statusBlack {
	font-family: 'Gotham-Bold', 'Helvetica Neue', arial, sans-serif;
	padding: 5px 8px 2px;
	background-color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 0 0 #fff;
}
.statusYellow {
	font-family: 'Gotham-Bold', 'Helvetica Neue', arial, sans-serif;
	padding: 5px 8px 2px;
	background-color: #f4b400;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 0 0 #fff;
}
.smallStatGreen {
	padding: 5px;
	background-color: #0f9d58;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	margin: 0 auto;
}
.smallStatRed {
	padding: 5px;
	background-color: #db4437;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	margin: 0 auto;
}
.smallStatBlue {
	padding: 5px;
	background-color: #3d82f9;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	margin: 0 auto;
}
.smallStatBlack {
	padding: 5px;
	background-color: #000;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	margin: 0 auto;
}
.smallStatYellow {
	padding: 5px;
	background-color: #f4b400;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	margin: 0 auto;
}
.attention {
	color: #db4437;
	font-weight: bold;
}