﻿#SSDisclaimerText {
    font-size: smaller;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*styles for graphic info (hed, subhed, source, credit)*/
.shrg-container {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 1em 0;
    color: #1a1a1a;
}

/*styles for graphic*/
table.shrg-table {
    margin: 0 0 1em 0;
    width: 100%;
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

table.shrg-table * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}

table.shrg-table thead {
    border-bottom: 1px solid rgba(195,195,197,.3);
}

table.shrg-table th {
    font-weight: bold;
    padding: 0.5em;
    font-size: 0.85em;
    line-height: 1.4;
}

table.shrg-table td {
    padding: 0.5em;
    font-size: 0.9em;
    line-height: 1.4;
}

table.shrg-table .highlight td {
    font-weight: bold;
}

table.shrg-table tr {
    border-bottom: 1px solid rgba(195,195,197,.3);
    color: #222;
}

table.shrg-table .number {
    text-align: right;
}

table.shrg-table.zebra tr:nth-child(even) {
    background: rgba(195, 195, 197, 0.1);
}

table.shrg-table tr.highlight {
    background: #edece4;
}

@media screen and (max-width: 775px) {
    .shrg-container {
        max-width: 775px;
        margin: 0 auto;
    }

    table.shrg-table {
        display: block;
        width: 100%;
    }

    table.shrg-table tr.hide-mobile, table.shrg-table th.hide-mobile, table.shrg-table td.hide-mobile {
        display: none;
    }

    table.shrg-table thead {
        display: none;
    }

    table.shrg-table tbody {
        display: block;
        width: 100%;
    }

    table.shrg-table td:last-child {
        padding-right: 0;
        border-bottom: 2px solid #ccc;
    }

    table.shrg-table tr, table.shrg-table th, table.shrg-table td {
        display: block;
        padding: 0;
    }

    table.shrg-table td[data-title]:before {
        content: attr(data-title) ":A0";
        font-weight: bold;
        display: inline-block;
        content: attr(data-title);
        float: left;
        margin-right: 0.5em;
        font-size: 0.95em;
    }

    table.shrg-table tr {
        border-bottom: none;
        margin: 0 0 1em 0;
        padding: 0.5em 0;
    }

    table.shrg-table tr:nth-child(even) {
        background: none;
    }

    table.shrg-table td {
        padding: 0.5em 0 0.25em 0;
        border-bottom: 1px dotted #ccc;
        text-align: right;
    }

    table.shrg-table td:empty {
        display: none;
    }

    table.shrg-table .highlight td {
        background: none;
    }

    table.shrg-table tr.highlight {
        background: none;
    }

    table.shrg-table.zebra tr:nth-child(even) {
        background: none;
    }

    table.shrg-table.zebra td:nth-child(even) {
        background: rgba(195, 195, 197, 0.1);
    }
}