body.message-bar {
	padding-top: 38px;
}

.vi-message-bar {
	position: fixed;
	width: 100%;
	z-index: 99999;
	background: #000;
	text-align: center;
	height: 33px;
	top: 0px;
	left: 0px;
	font-size: 14px;
	line-height: 33px;
	overflow: hidden;
}
.vi-message-bar p {
	padding:0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	font-family: sans-serif;
    display: inline-block;
    padding-right: 20px;
}

.vi-message-bar.delay {
	top: -50px;
}

.vi-message-bar .button {
	display: inline-block;
	margin-left: 5px;
	font-family: sans-serif;
	padding: 2px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	white-space: nowrap;
	vertical-align: baseline;
	color: white;
	background-color: black;
}

.vi-message-bar span.close {
    position: absolute;
    right: 20px;
    top: 0px;
	color: #fff;
	cursor: pointer;
	z-index: 9999;
}

body.admin-bar .shiftnav,
.shiftnav {
	z-index: 99999 !important;
}