.expstickybar{cursor: pointer;
position:absolute;padding-bottom:10px;
color: white;
bottom: 1px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
background: #e43a3d;
z-index: 10000;
width:auto; /*set width of bar to width of entire window*/
font-weight:bold;
}

.expstickybar a{
color: white;
}
