body, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, h1, h2, h3, h4, h5, h6, hr {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    outline: none;
}
ul{
    list-style: none;
}
img{
    height: auto;
}
*:focus { outline: none; }
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table tr td{
    word-wrap: break-word;
    white-space: normal;
}
table a{
    word-wrap: break-word;
    white-space: normal;
}
.table-container {
    width: 100%;
    overflow-x: auto; 
}
