
.popover {
    max-width: 1000px;
    width:450px;
}

.override-ext > tbody > tr:not(:first-child):not(:nth-child(2)) > td {
    padding-top: 25px;
}

.time_log_table tr td:nth-child(4)
{
    text-align: center;
}

.time_log_table [data-href]
{
    cursor: pointer;
}

.time_log_table .select_entry
{
    cursor: pointer;
    width: 20px;
}

.time_log_table tbody tr:hover
{
    background: #d3d3d361;
}