.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

#FenTextBox {
    width: 300px;
}

#TimePerMove {
    width: 50px;
}

a {
  text-decoration:none;
  color:#000;
}

.no-highlight {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
