#diagram { border:1px solid rgb(150,150,150); margin:auto; margin-top:40px; cursor:default; -webkit-tap-highlight-color:rgba(0,0,0,0); } #diagram * { cursor:inherit; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -o-user-select:none; user-select:none; -webkit-tap-highlight-color:rgba(0,0,0,0); } #diagram span { cursor:default; } /* Booth labels, normal and selected */ .booth { font-size:12px; color:rgb(130,130,130); } .booth.sel,.booth.foc { font-weight:bold; color:rgb(60,60,60) } /* Rollover panel and shade */ .rollPanel { background:rgb(255,200,175); padding:1px; padding-left:4px; padding-right:4px; font-size:13px; font-weight:normal; font-style:italic; color:rgb(70,70,70); cursor:default; -moz-box-shadow: 2px 3px 4px rgba(120, 120, 120, 0.5); -webkit-box-shadow: 2px 3px 4px rgba(120, 120, 120, 0.5); -o-box-shadow: 2px 3px 4px rgba(120, 120, 120, 0.5); -khtml-box-shadow: 2px 3px 4px rgba(120, 120, 120, 0.5); -ms-box-shadow: 2px 3px 4px rgba(120, 120, 120, 0.5); box-shadow: 2px 3px 4px rgba(120, 120, 120, 0.5); } .buttons { margin:auto; margin-top:30px; } .buttons .label { width:30px; } .buttons input { font-size:12px; color:rgb(85,90,100); }