h1, .h1, h2, .h2, h3, .h3 {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}
h1 {
    margin: inherit !important;
}

table {
    border-collapse: initial !important; 
}

.row{
    margin-right:0px;
    margin-left:0px;
}

hr{
    margin-top:5px !important;
    margin-bottom:5px !important;
}

.gridbox.gridbox_material.isIE > div > table {
    border-collapse: separate !important;
}