body { background: #012 url("images/bgr.png"); color:#f90; text-shadow: 4px 8px 8px #f00; font-variant:small-caps; } /* bei Gradient fiel das Spiel an zu ruckeln */
td   { padding:2px; }
.butt { background: #630; border: 6px #ff0 dotted; color:#cf6;  text-shadow: 4px 8px 8px #f00; font-variant:small-caps; font-size:16px; font-weight:bold; padding:4px;  }
.inbutt {  background: #630; border: 1px #ffc dotted; color:#cf6;  text-shadow: 4px 8px 8px #f00; font-variant:small-caps; font-size:16px; font-weight:bold; }
.hsc td   { padding:2px; background:#345 }


::-webkit-scrollbar       { width: 12px; } 
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px; }
::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(240,0,0,0.5); -webkit-box-shadow: inset 0 0 6px rgba(0,240,192,0.9); } 
::-webkit-scrollbar-thumb:window-inactive { background: rgba(127,0,0,0.4); }

::-mozilla-scrollbar       { width: 12px; } 
::-mozilla-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px; }
::-mozilla-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(240,0,0,0.5); -webkit-box-shadow: inset 0 0 6px rgba(0,240,192,0.9); } 
::-mozilla-scrollbar-thumb:window-inactive { background: rgba(127,0,0,0.4); }

