div.bose-topbar {
	background-color: #2b2c75;
	border-top: 4px solid #1439ff;
	color:  #ffffff;
	font-size: 18px;
	line-height: 1.5em;
	padding: 2.5em 1em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
}

.bose-topbar-alert {
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 10px;
}

.bose-topbar .bose-topbar-x {
	cursor: pointer;
	float: right;
	margin: .75em 0 .625em .75em;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 20px;
}
.bose-topbar .bose-topbar-x:before,
.bose-topbar .bose-topbar-x:after {
	content: '';
	position: absolute;
	top: 12px; /* diag position tl -> br */
	left: 2px; /* diag position lb -> tr */
	height: 2px; /* thickness */
	width: 24px; /* overall size */
	background-color: #fff;
}
.bose-topbar .bose-topbar-x:hover:before,
.bose-topbar .bose-topbar-x:hover:after {
	opacity: .8;
}
.bose-topbar p:last-of-type {
	margin: 0;
}

.bose-topbar .bose-topbar-x:before {
	transform:rotate(-45deg);
}
.bose-topbar .bose-topbar-x:after {
	transform:rotate(45deg);
}

.bose-topbar-closed {
	display: none;
}
