input#searchInput {
    width: 350px;
   /* height: 40px;
    margin: 15px auto;
    padding: 0 10px;
    font-size: 18px;
    border: none;
    outline: none;
    background: transparent;
    background-image: url(/img/search_table2.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
    border-bottom: solid 1px var(--cGrey);
    text-indent: 30px;
    position: sticky;
    top: 245px; */
}

article.rc {
    position: relative;
}

article.rc .sticky{
    background: inherit;
    height: 160px;
   /* position: sticky;*/
    top: 170px;
}

/* article.rc h1.header {
    position: sticky;
    top: 170px;
} */

table{
    /* margin-top: 25px; */
    /* border: solid 1px #d6dee0; */
    width: 100%;
}

.highlight {
    background-color: #e06448;
}

table tr:nth-child(even){
    background-color: #ced8dd;
}
table tr:nth-child(odd){
    background-color: #ecf0f1;
}

table tr th{
    padding: 5px 15px;
    font-size: 15px;
    user-select: none;
}

table tr td{
    padding: 5px 15px;
}

table tr:first-child{
     background: #d42300;   
    height: 50px;
   /* position: sticky;*/
    top: 315px;
}

table tr th:nth-child(1) {
    width: 140px;
}

table tr th:nth-child(2) {
    width: 110px;
}

table tr th:nth-child(3) {
    width: 130px;
}

table tr th:nth-child(4) {
    width: 80px;
}

table tr th:nth-child(6), 
table tr th:nth-child(7) {
    width: 150px;
}

table tr td:nth-child(6), 
table tr td:nth-child(7) {
    text-align: right;
}
