/*
	GLOBAL
*/
	body
	{
		height:100%;
	}
/*
	BTT
*/
  #toTop 
  {
      width:32px;
      border:1px solid #ccc;
      background:#f7f7f7;
      text-align:center;
      padding:5px;
      padding-left:0px;
      padding-right:0px;
      position:fixed; 
      bottom:6px; 
      right:20px;
      cursor:pointer;
      display:none;
      color:#333;
      zfont-family:verdana;
      font-size:12px;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      background-repeat:no-repeat; 
      background-position:5px 5px;
      z-index:8000;	
		  xfont-family: 'godusregular';	  
      font-family: var(--mainFontFamily)!important;
		  font-weight:bold;
  }