body {
    -webkit-touch-callout: none ;
    -webkit-text-size-adjust: none ; -ms-text-size-adjust: none ;
    -webkit-user-select: none ; -moz-user-select: none ; -ms-user-select: none ; user-select: none ;
    -webkit-highlight: none ;
    -webkit-tap-highlight-color: rgba(0,0,0,0) ;
    -webkit-tap-highlight-color: transparent ;      /* For some Androids */

}
/* Recommended for Windows 8 Phone */
/* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */
html {
    -ms-touch-action: pan-x ;
}

/* Recommended for Windows 8 Phone */
/* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */
body {
    -ms-touch-action: pan-y ;
    -ms-content-zooming: none ;
}

/* allow copy-paste */
input, textarea  {
    -webkit-user-select: text ; 
    -moz-user-select: text ; 
    -ms-user-select: text ; 
    user-select: text ;   
}

body {
    /* margin: 0.5rem ; */
    background: white ;
    color: black ;
    font-size: 22px; 
}

#afui .list li {
  display: block;
  list-style: none;
  position: relative;
  padding: 20px 20px 13px 10px;
  border-bottom: 1px solid #ccc;
}
#afui>#menu.tabletMenu {
  width: 250px;
    margin-bottom: 1px;    
}
.icon:before {
    
    top: 7px;
    left: -10px;
}