/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

body {
    padding: 0;
    margin: 0;
}

header {
    border-bottom: 1px solid var(--compare-border-color);
}

h2 {
    border-top: 1px solid var(--compare-border-color);
    font-size: 1.1em;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
}

table {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid var(--compare-border-color);
    border-spacing: 0px;
    border-collapse: collapse;
}

td {
    border: 1px solid var(--compare-border-color);
    padding: 4px;
}

.subject {
    font-weight: bold;
}

.diff-cell,
.snapshot-cell {
    width: 5em;
    text-align: center;
}

.author-and-date {
    font-size: 0.8em;
    color: var(--compare-more-dimmed-foreground-color);
}
