﻿        .rich-content table {
            width: 100%;
            margin-top: 1rem;
            margin-bottom: 1rem;
            color: #212529;
            border: 1px solid #dee2e6;
            border-collapse: collapse;
        }

        .rich-content table thead td,
        .rich-content table thead th {
            border-bottom-width: 2px;
        }

        .rich-content table thead th {
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6;
        }

        .rich-content table td,
        .rich-content table th {
            border: 1px solid #dee2e6;
            padding: 0.75rem;
            vertical-align: top;
        }

        .friend_links a {
            color: #666;
            font-size: 12px;
            margin-right: 10px;
            float: left;
        }