*,body,h1,h2,h3,h4,h5,h6,p,div,ul ,li ,ol,td,tr,th,a,p,span,i,label,input,table{
    padding: 0;
    margin:0;

}
body{
    width: 100%;
    color:#282828;

}
ul {
    list-style: none;
}
a{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
:after, :before{
    display:inline-block;
    position: absolute;
}

button,input,select,textarea{
    border:none;
    outline: none;
}
i{
    font-style: normal;

}
b{
    font-weight: normal;
}


