section#TimeEntrys .listGrid.fiveCol .listRow,
section#TimeEntrys .listGrid.fiveCol .listHeader {
    grid-template-columns: .75fr .5fr 1fr .75fr 2fr;
}


#TimeEntrys .stats {
    padding: 15px;
    padding-right: 50px;
    border-radius: 10px;
    width: 49%;
    max-width: 530px;
    min-width: 530px;
}

#TimeEntrys .stats+div {
    width: calc(100% - 590px);
}

#TimeEntrys .teamTotals {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
    justify-content: space-between;
    cursor: pointer;
}

#TimeEntrys .teamTotals>div:first-of-type {
    width: 150px;
    font-weight: normal;
}

#TimeEntrys .teamTotals:hover {
    background: #f2f2f2;
}

#TimeEntrys .importBtn{
    background: linear-gradient(#f68a28, #f36c00);
    width: 210px;
}

#TimeEntrys .teamTotals span {
    width: 47px;
    display: inline-block;
    text-align: right;
    font-size: 12px;
}

#TimeEntrys .teamTotals.header {
    font-weight: bold;
    font-size: 12px;
}

#TimeEntrys .teamTotals.header span {
    font-size: 10px;
}

#TimeEntrys .teamTotals.header>div:first-of-type {
    font-weight: bold;
}

#TimeEntrys .listRow.meeting {
    background: #ff610012;
}

#TimeEntrys .listRow.standup {
    background: #0054d817;
}

#TimeEntrys .teamTotals.selected {
    box-shadow: inset 0px 0px 0px 1px #16c73b;
    color: #16c73b;
    background: white;
}

#TimeEntrys .listRow.merge {
    background: #8000801c;
}

#TimeEntrys .listRow.peer {
    background: #0080001a;
}