p, dl, ol, ul {
    margin-bottom: 0;
}

ol, ul {
    padding: 0;
}

img, svg {
    vertical-align: inherit;
}

/* START fix #67688 */
table[border] tbody,
table[border] td,
table[border] tfoot,
table[border] th,
table[border] thead,
table[border] tr {
    border-width : inherit;
}

table[cellspacing]:not([cellspacing="0"]) {
    border-collapse : separate;
    border-style: solid;
}
/* END fix #67688 */