﻿.active {
    background-color:rgb(76, 255, 0);
    -ms-border-radius:100px 100px 100px 100px;
    border-radius:100px 100px 100px 100px;
}

.overdue {
    background-color:rgb(255, 0, 0);
    -ms-border-radius:100px 100px 100px 100px;
    border-radius:100px 100px 100px 100px;
}

.details .row
{
    padding:2px;
}

table
{
    width:100%;
    border:solid 1px lightblue;
}

th{
    background-color:#1b1e24;
    color:#D5DDE5;
    height:50px;
    padding:10px;
}
tr{
    display:table-row;
    padding:10px;
}
#tblAccount tr {
    height: 40px;
}
tr:nth-child(odd) td {
    background: #EBEBEB;
}
tr:nth-child(even) td{
    background-color:rgb(148, 206, 255);
}
td{
    text-align:left;
    cursor:pointer;
    min-height:70px;
}