h1, h2, h3, h4, h5, h6 {
    font-size: revert;
    font-weight: revert;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: revert;
}
img {
    display: revert;
}
table {
    max-width: 100%;
}
table td, table th {
    padding: 5px 10px;
    border-width: 1px;
}
table tr.firstRow th, table tr.firstRow td {
    border-top-width: 2px;
    background-color: #F7F7F7;
}