body.message-bar {
	padding-top: 38px;
}

.vi-message-bar {
	position: fixed;
	width: 100%;
	z-index: 99999;
	background: #000;
	text-align: center;
	top: 0px;
	left: 0px;
	font-size: 14px;
	line-height: 33px;
	overflow: hidden;
	padding: 11px 0;	
}
.vi-message-bar p {
	padding:0px;
	margin: 0px;
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
    display: inline-block;
    padding-right: 20px;
}

.vi-message-bar.delay {
	top: -80px;
}

.vi-message-bar .button {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 2px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: black;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 22px;	

}

.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;
}