﻿/* header start */
body {
    margin: 0;
    padding: 0;
}

.header-table {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    border: 5px solid #E4C048;
    border-top: 10px solid #E4C048;
}

.header-table-border {
    border-left: 5px solid #E4C048;
}

.header-table th,
td {
    border-bottom: none;
    border-bottom: none;
}

.fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.class1 {
    color: red;
}

.class2 {
    color: yellow;
}

.class3 {
    color: #7fffd4;
}

td {
    border-bottom: 1px solid #000;
}

.table-border-left {
    border-left: 1px solid #000;
}
/* header section end */
