.readRemainingGauge {
	position: fixed;
    bottom: 0% !important;
    left: 2em;
    padding: 03px 11px !important;
    background: #0B4DA1 !important;
     border: 0px !important;
    border-radius: 0px;
    z-index: 99;
    font-size:15px;
    color:#fff;

}
/* .readRemainingGauge.hidden {
	opacity: 0;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
} */