Organigram - press release <style> section

PHOTO EMBED

Mon Jan 22 2024 19:27:21 GMT+0000 (Coordinated Universal Time)

Saved by @LJ #css

<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">
        p {
            color: black;
            font-family: Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
        }
        h1 {
            padding-bottom: 1em;
        }
        h2 {
            padding-top: .75em;
            padding-bottom: .5em;
        }
        h3 {
            padding-top: .75em;
            padding-bottom: .5em;
        }
        table,
        tbody {
            vertical-align: top;
            overflow: visible;
        }
        html,
        body {
            /* this allows the children to inherit this style */
            line-height: 1.5rem;
            letter-spacing: 0.12rem;
            word-spacing: 0.16rem;
        }
        table,
        th,
        td {
            width: 100%;
            table-layout: fixed;
            white-space: pre-wrap;
            overflow-x: auto;
            scrollbar-color: #343B40;
            text-align: left;
            vertical-align: middle;
            border-bottom: 1px solid #DEE2E6;
            border-collapse: collapse;
            padding-top: 20px;
            padding-bottom: 15px;
            padding-left: 30px;
            padding-right: 30px;
        }
        table {
            table-layout: fixed;
        }
        th {
            height: 50px;
            background-color: #343B40;
            color: white;
            border: none;
            border-collapse: collapse;
        }
        tr:hover {
            background-color: #DEE2E6;
        }
        a {
            font-weight: bold;
        }

        hr {
            padding-bottom: 1em;
        }

        img {
            padding-bottom: 1.5em;
        }
    </style>
content_copyCOPY

Written by Laura J. Paste above every corporate press release to get consistent styling. Includes table styling.