
/* For row display */
.lbl_row
{
    font-weight: bold;
}
.row_container
{
    float:right;
    padding: 10px;
}

/* Table style */
#tb_car
{
    width: 100%;
    text-align: center;
    border: 1px solid black;

    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
}

#tb_car thead
{
    background: lightblue;
    border: 1px solid black;

}

#tb_car th, #tb_car td
{
    padding: 8px;
}

.odd
{
    background: #ddd;
}

.even
{
    background: #f2f2f2;
}
/* #btn_previous
{
    float: left;
    position: absolute;
    left: 10px;
}

#btn_next
{
    float: right;
    position: absolute;
    right: 10px;
} */

/* .nav_footer
{
    display: inline-flex;
    justify-content: center;
    width: 90%;
    padding: 10px;
} */
