"/**\n * Copyright (C) 2018-2019 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.swh-showdown a {\n border: none;\n}\n\n.swh-showdown table {\n border-collapse: collapse;\n}\n\n.swh-showdown table,\n.swh-showdown table th,\n.swh-showdown table td {\n padding: 6px 13px;\n border: 1px solid #dfe2e5;\n}\n\n.swh-showdown table tr:nth-child(even) {\n background-color: #f2f2f2;\n}\n\n.swh-showdown img,\n.swh-showdown svg {\n max-width: 100%;\n}\n"