.expstickybar{
position: fixed;
color: white;
padding: 10px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
visibility:hidden;
background: #00FF00;
z-index: 10000;
width:310px; /*set width of bar to width of entire window*/
font-weight:bold;
}

.expstickybar a{
color: white;
}
