/**
 * Copyright(c) 2013 Beijing Tencent MIG
 * @author iDaFu (idafu@tencent.com )
 */


*{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

div#webgl-window{
    border: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    position: fixed;
    overflow: hidden auto;
}
.button-stop{
    border:1px solid blue;
    color:blue;
}


