﻿
#tableExamples {
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8em;
    width: 80%;
}

    #tableExamples th {
        background-color: rgb(210, 210, 210);
        border-color: rgb(221, 221, 221);
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        padding: 6px;
        position: sticky;
        text-align: left;
        text-overflow: ellipsis;
        top: 0px;
        white-space: nowrap;
    }

    #tableExamples td {
        border-color: rgb(221, 221, 221);
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        padding: 6px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
