﻿/*  */
body,html,div{
    margin: 0;
    font-smoothing:antialiased;
    -webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;
}
img{
    border:none;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
input,button{
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
 
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
.clear{
    clear:both;
}
.tx-ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
dl,dt,dd{
    margin:0;
    padding:0;
}