﻿.timesheet-view .infoHeader {
    font-size: 0.8em;
    overflow: auto;
    line-height: 1.5em;
    padding: 5px;
    border-bottom: 3px double #aaa;
}
.timesheet-view .infoHeader > div {
    float: right;
    width: 60%;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.timesheet-view .infoHeader > div:nth-child(2n+1) {
    float: left;
    width: 40%;
    text-align: left;
    clear: both;
}