A.facebook:link {COLOR: #09468A; TEXT-DECORATION: none}
A.facebook:visited {COLOR: #09468A; TEXT-DECORATION: none}
A.facebook:hover {COLOR: #09468A; TEXT-DECORATION: underline}

link="#707070"; 
alink="#707070"; 
vlink="#707070";
body {
	direction:ltr;
	background-color:#eeeeee; 
}

.header 
{
    font-size: 10pt;
}

.footer
{
    border-top-style:outset;
    border-top-color:Gray;
    border-top-width:thin;
    background-color:#e0e0e0;
    font-size: 10pt;
}

.footer-custom-installer
{
    font-size: 9pt;
    padding:3px;
    margin-top:2px;
}

.file-checksums
{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    margin: 8px auto 0;
    padding: 6px 10px;
    font-size: 9pt;
    line-height: 1.35;
    color: #333333;
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
}

.file-checksums .checksum-row
{
    display: grid;
    grid-template-columns: 10ch minmax(0, 1fr);
    column-gap: 10px;
    align-items: baseline;
    min-width: 0;
}

.file-checksums .checksum-label
{
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 0;
}

.file-checksums .checksum-value
{
    font-family: "Courier New", Courier, monospace;
    word-break: break-all;
    padding: 2px 0;
    min-width: 0;
}

.file-checksums .checksum-value:empty::before
{
    content: "(not yet published)";
    font-family: Arial, sans-serif;
    font-style: italic;
    color: #707070;
}

.checksum-table-wrap
{
    margin: 8px 0 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d8d8d8;
    background-color: #fafafa;
}

.checksum-table
{
    width: max-content;
    min-width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 8.5pt;
    text-align: left;
}

.checksum-table th,
.checksum-table td
{
    padding: 3px 6px;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
}

.checksum-table th
{
    background-color: #e8e8e8;
    font-weight: bold;
    white-space: nowrap;
}

.checksum-table td:first-child
{
    white-space: nowrap;
}

.checksum-table .checksum-value
{
    font-family: "Courier New", Courier, monospace;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    word-break: normal;
}

.checksum-table .checksum-value:empty::before
{
    content: "(not yet published)";
    font-family: Arial, sans-serif;
    font-style: italic;
    color: #707070;
}