.stx-update {
text-decoration: none !important;
position: fixed;
right:0px;
left:0px;
top: 0px;
display: block;
background-color: #d3d8de !important;
/* background-color: #49A2E7 !important;
text-align: center !important;
padding: 20px !important; */
z-index: 9999 !important;
/* color: white !important;
font-size: 17px;
font-family: 'verdana' !important; */
border-bottom: 800px solid #d3d8de;
/* border-bottom: 8px solid rgba(255, 255, 255, 0.69); */
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
/* opacity: 0.8; */
overflow: hidden;
}
 
/* .stx-update:hover {
opacity: 1.0;
} */