.expstickybar{
position:fixed;
color:white;
padding:5px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
visibility:hidden;
background:#0066ff;
z-index:999999;
width:auto; /*set width of bar to width of entire window*/
font-weight:bold;
}

.expstickybar a{
color:white;
}
