/* Custom Styles */



/* Old browser notice */
.old-browser {
	border-bottom: 1px solid #555;
	background-color: #feefda;
	color: #000;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.old-browser a {
	padding-right: 5px;
	text-decoration: none;
}
.old-browser a:hover {
	text-decoration: underline;
}
.old-browser-notice {
	padding: 5px 40px 5px 10px;
}
.old-browser-close {
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
