<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



   #loader_fme{
	
	 margin-left:44%;
	 margin-top:20%;
	 width:10%;
	 z-index:99999;
	 position:fixed;
	 height:18%;
	 display:none;
  }
  
      @media screen and (max-width:500px){

        #loader_fme{

        margin-top:60%  !important;
        min-width: 100px;
        margin-left:34% !important;
      }
  }
</pre></body></html>