/* Table Head */

#table-5 {
    width: 1020px;
    height: auto;
}

#table-5 thead th {
    background-color: rgb(156, 186, 95);
    color: #fff;
    border-bottom-width: 0;
    text-align: center;
}


/* Column Style */

#table-5 td {
    color: #000;
    text-align: center;
}


/* Heading and Column Style */

#table-5 tr,
#table-5 th {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(156, 186, 95);
    height: 40px;
}


/* Padding and font style */

#table-5 td,
#table-5 th {
    padding: 5px 10px;
    font-size: 14px;
    font-family: Verdana;
    font-weight: 400;
    height: 30px;
    border-right: 1px solid rgb(156, 186, 95);
    max-width: 200px;
}