html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub,  tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;      
}

header, footer, nav, aside, article, section { display: block; }

/* remember to define focus styles! */
:focus { outline: 0; }

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}
/* tables still need ‘cellspacing=”0″‘ in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: “”;
}

blockquote, q {
quotes: “” “”;
}

*, *:before, *:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box;
    box-sizing: border-box;    
}

* {   
    border: 0px; padding: 0px;
    margin: 0px;    
    font-size: 14px; 
    background-color: transparent;
}

:focus { outline: none; }

button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0px;
  border: none;  
}

button, input[type=button], input[type="submit"], input[type="file"] {
    cursor: pointer;
}

*           {  }
.hidden     { display:none !important; }
.clearfix   { clear: both; }
.uppercase  { text-transform: uppercase; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */            
            
}

button, input[type="button"], input[type="submit"] {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;        
    vertical-align: bottom;
    text-align: left;
}

.noselect, .cell {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}



