/**
 * Browsehappy
 *
 * Description: Displays a info bar about old browsers and lacking of javascript.
 * Version: 1.0.11
 * -----------------------------------------------------------------------------
 */


.browsehappy {
	position: absolute;
	top: 0;
	left: 0;
	background: #fcf8e3;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 13px;
	line-height: 19.5px;
	padding: 13px 0 10px;
	text-align: center;
	width: 100%;
	color: #333;
	margin: 0;
	border-bottom: 2px solid #eae1b1;

	a {
		color: #333 !important;
		text-decoration: underline !important;

		&:hover {
			text-decoration: none !important;
		}
	}

	.fa {
		color: #c7254e;
	}

	&.t-large {
		font-size: em(16px);
	}

	+ .browsehappy {
		top: 44px;
	}
}

// Add spacing for the browser happy
.no-js body, .lt-ie9 body {
	padding-top: 44px;
}
.lt-ie9.no-js body {
	padding-top: 88px;
}
