.expstickybar{
border:#2e3842 0px dashed;
position:fixed;
color: #337ab7;
padding-top: 3px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
visibility:hidden;
background-color: #f1f1f1;
z-index: 10000;
width:auto; /*set width of bar to width of entire window*/
}

.expstickybar a{
color: #337ab7;
}
