@charset "UTF-8";

/* Table Head */
.table-5 thead th {
    background-color: rgb(156, 186, 95);
    color: #fff;
    border-bottom-width: 0;
}


/* Column Style */
.table-5 td {
    color: #000;
}

/* Heading and Column Style */
.table-5 tr,
.table-5 th {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(156, 186, 95);
}


/* Padding and font style */
.table-5 td,
.table-5 th {
    padding: 5px 10px;
    font-weight: bold;
}

/* Table Head */
#table-7 thead th {
    background-color: rgb(81, 130, 187);
    color: #fff;
    border-bottom-width: 0;
}


/* Column Style */
#table-7 td {
    color: #000;
}

/* Heading and Column Style */
#table-7 tr,
#table-7 th {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(81, 130, 187);
}


/* Padding and font style */
#table-7 td,
#table-7 th {
    padding: 5px 10px;
}

/* Table Head */
#table-6 thead th {
    background-color: rgb(128, 102, 160);
    color: #fff;
    border-bottom-width: 0;
}

#table-6 td {
    color: #000;
}

#table-6 tr,
#table-6 th {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(128, 102, 160);
}

#table-6 td,
#table-6 th {
    padding: 5px 10px;
    font-size: 12px;
    font-family: Verdana;
}