/* Any styles you write here will overwrite those of the original stylesheet */

#infscr-loading {
	  position: fixed;
	  bottom: 30px;
	  left: 42%;
	  z-index: 100;
	  background: white;
	  background: hsla( 0, 0%, 100%, 0.9 );
	  padding: 20px;
	  color: #222;
	  font-size: 15px;
	  font-weight: bold;
}