*{
outline: 0;
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
ul, li {list-style: none;}
body {
position: relative;
overflow-x: hidden;
font-family: 'Droid Sans', sans-serif;
background-color: #F5F1EA;
width:100%;
height: 100%;
color: rgba(0,0,0,0.7);
}
* div{box-sizing: border-box;}
table{font-size: 1em;}
input{-webkit-user-select: text;}
textarea {resize : none;-webkit-user-select: text;}