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,img,ins,kbd,q,s,samp,small,strike
,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset
,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details
,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    /*font:inherit;*/
    vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}

html{
    width: 100% !important;
    height: auto !important;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    width: 100% !important;
    height: auto !important;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
        
    color: rgb(60,60,60);
    background-color: rgba(255,255,255,1);
    
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color: rgba(255,255,255,0.1);
    
    -webkit-user-select: none;
    
    line-height:1;
    font-family: 'Ubuntu', Verdana, Helvetica, Arial;
}


ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}

::selection{
    background: rgba(153,153,153,0.5);
}
::-moz-selection{
    background: rgba(153,153,153,0.5);
}
img::selection{
    background: transparent;
}
img::-moz-selection{
    background: transparent;
}
/*
select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000;
}
*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAOCAQAAAA1MtJJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wEDExcpKoBEAQAAAIJJREFUOMu11cENgDAMA8BkABZjqRQYirmYwLyQKAIau5B8I/ukPuqw9my2Zs6qcRt9yBwitQEjd0HuMJ0Yv9QTAIaQr6cAWcIMJpN82vi4nga0CGy9AHgj8PUS4IkwQcmSAHcErV4GXAlqfQfgTCjQUzoAB6GnHub0L1NNgVt4T8IOGigQNq0/KHMAAAAASUVORK5CYII=') right / 20px no-repeat #fff;
    outline: none; /* hide outlines in chrome */
    margin: 0;
    padding: 0;
    padding-right: 20px;
    border: 0;
    height: 28px; /*fissa l'altezza*/
    line-height: 28px !important; /*fissa l'altezza*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Ubuntu', Verdana, Helvetica, Arial;
    background-color: white;
}

input[type="text"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; /* hide outlines in chrome */
    margin: 0;
    padding: 0;
    border: 0;
    height: 28px; /*fissa l'altezza*/
    line-height: 28px !important; /*fissa l'altezza*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Ubuntu', Verdana, Helvetica, Arial;
    background-color: white;
}
textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; /* hide outlines in chrome */
    margin: 0;
    padding: 0;
    border: 0;
    resize: vertical;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Ubuntu', Verdana, Helvetica, Arial;
    background-color: white;
}

a:link {
    color: inherit;
    font: inherit;
    text-decoration: none;
}
a:visited {
    color:inherit;
    font: inherit;
    text-decoration: none;
}
a:hover {
    color:inherit;
    font: inherit;
    text-decoration: none;
}

*::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: white;
        border-radius: 10px;
}
*::-webkit-scrollbar{
        width: 6px;
        height: 6px;
        background-color: white;
}
*::-webkit-scrollbar-thumb{
        background-color: #c0c0c0;
        border-radius: 10px;
}
*::-moz-scrollbar-track{
        -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: white;
        border-radius: 10px;
}
*::-moz-scrollbar{
        width: 6px;
        height: 6px;
        background-color: white;
}
*::-moz-scrollbar-thumb{
        background-color: #c0c0c0;
        border-radius: 10px;
}