      html {
        height: 100%;
      }
      body {
        margin: 0;
        padding: 0;
        background: #000000;
        color: #ffffff;
        font-family: sans-serif;
        font-size: 13px;
        line-height: 15px;
        height: 100%;
      }
      
      span.green {color: lime;}
      span.red {color: red;}
      span.white {color: white;}
      span.black {color: black;}
     /* 
     @font-face {
	   font-family:"BTC";
	   src:url('BTC.ttf') format('truetype')
     }
     */
     span.btc {
	   font-family:"BTC";
	   color: white;
	   line-height:initial
     }
     
     a {
       outline:none !important;
     }

      #price {
        position: absolute;
        right: 10px;
        top: 50px;
      }

      #price img {
        margin: 3px;
        border: 0px;
      }
      
      #price1 {
        position: absolute;
        left: 200px;
        top: 5px;
      }

      .SYMBOLlogo {
        width: 64px;
        height: 64px;
        position: absolute;
        top: 10px;
        left: 10px;
      }

      .SYMBOLlogo img {
        transition: transform 1.0s ease-in-out;
      }

      .SYMBOLlogo img:hover {
        transform: rotate(-360deg);
      }

      #JoinNEM {
        font-size: 14px;
        position: absolute;
        top: 205px;
        left: 200px;
      }
      
      #Conf0NEM {
        font-size: 14px;
        position: absolute;
        top: 35px;
        left: 200px;
      }

      #Conf1NEM {
        font-size: 14px;
        position: absolute;
        top: 55px;
        left: 200px;
      }
      
      #Conf2NEM {
        font-size: 14px;
        position: absolute;
        top: 75px;
        left: 200px;
      }
      
      #Conf3NEM {
        font-size: 14px;
        position: absolute;
        top: 95px;
        left: 200px;
      }

      #Conf4NEM {
        font-size: 14px;
        position: absolute;
        top: 115px;
        left: 200px;
      }
      
      #MobileNEM {
        font-size: 14px;
        position: absolute;
        top: 160px;
        left: 200px;
      }
	  
      #SuperNEM {
        font-size: 14px;
        position: absolute;
        top: 125px;
        left: 180px;
      }
      
      #NEMtitle {
        position: absolute;
        top: 300px;
        left: 220px;
		font-family: Arial;
		font-size: 26px;
		font-weight: bold;
      }
	  #NEMtitle em
	  {
	  	font-size: 12px;
	  	color: #ccc;
	  }
	  
	  #NEMcount {
        width: 150px;
        position: absolute;
        top: 375px;
        left: 220px;
		color: #2ab8b0;
      }
      
      #NEMwallet {
        width: 300px;
        position: absolute;
        right: 50px;
        bottom: 450px;
      }

      #NEMstat {
        font-size: 14px;
        width: 250px;
        position: absolute;
        right: 100px;
        top: 60px;
      }
      
      #NEMstat2 {
        font-size: 14px;
        width: 250px;
        position: absolute;
        left: 20px;
        top: 80px;
      }
	  
      ul {
       list-style-type: none;
       margin: 0;
       padding: 0;
	   left: 20px;
      }

      #NEMfooter {
        font-size: 14px;
		clear: both;
        position: absolute;
        bottom: 5px;
        left: 20px;
	  }
      
      #ValidHTML5 {
        font-size: 10px;
        position: absolute;
        bottom: 15px;
        right: 20px;
      }
	  #ValidHTML5 em{
		color: #2ab8b0;
      }

      a {
        color: #aaa;
        text-decoration: none;
      }
      a:hover {
        text-decoration: underline;
      }
      
      .bull {
        padding: 0 5px;
        color: #2ab8b0;
      }
	  
	  .grn { color: #41ce7c; }
	  .fnt { font-family: Arial; font-size: 18px; font-weight: normal; }

      .hv {
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        height: 25px;
        text-align: left;
        float: left;
        width: 150px;
        color: #86c0ea;
        cursor: pointer;
      }
      .hv:hover, .hv.active {
        font-size: 15px;
        color: #2ab8b0;
      }
      
    .hv1 {
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #86c0ea;
        cursor: pointer;
      }
      .hv1:hover, .hv1.active {
        color: #2ab8b0;
      }
      
    .hv2 {
		clear: both;
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #800080;
        cursor: pointer;
      }
      .hv2:hover, .hv2.active {
        color: #f000f0;
      }
      
     .hv3 {
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #cc33ff;
        cursor: pointer;
      }
      .hv3:hover, .hv3.active {
        color: #cc66ff;
      }
      
      .hv4 {
        font-family: sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #009900;
        cursor: pointer;
      }
      .hv4:hover, .hv4.active {
        color: #00ff00;
      }
      
      .target1 {
        border-radius:5px;
        color: #0000FF;
        background-color: #8ab4d6;
        position: absolute;
        bottom: 40px;
        right: 20px;
      }
      
     #container
	 {
	  	background: #000000 url(loading.gif) center center no-repeat;
	 }

/*  *{list-style:none;border:0;text-decoration:none;margin:0;padding:0;outline:0} */
@keyframes fade-it{0%{opacity:0}100%{opacity:1}}.js-fade-in-quo{animation-name:fade-it;animation-duration:4s;animation-fill-mode:forwards;} 
.quo.js-block{display:inline-block;font-family: sans-serif;font-size: 14px;font-weight: normal;color: #ffffff;}
.quo.js-hide{display:none;opacity:0}
.quo{display:inline-block;visibility:visible;font-family: sans-serif;font-size: 14px;font-weight: normal;color: #ffffff;}
