<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.menu_in { position: fixed; bottom:0; right:0; z-index:999; /* position:absolute; */}

#menu {  position: fixed; bottom:10px; right:10px; margin:10px;}
.wheel { margin: 0; padding: 0; list-style: none; 
	width: 280px; /* this will determine the diameter of the circle  */ 
	height:100px; /* this will determine the diameter of the circle  */
	 visibility: hidden;display: none; }
	 
.wheel-button.nw { position: fixed; bottom: 10px; right: 10px; }
.wheel-button.nw img{ width:50px;}
.wheel li a, .wheel li a:visited { padding: 10px;  display: block;width:50px; height:70px; }
.wheel-button { position: relative;}
 
.wheel li { overflow: hidden; float: left;}
.wheel li img{ width:50px;}
/*.wheel li a { display: block;width:50px; height:70px;}*/






</pre></body></html>