#Entrys .tabs {
    display: flex;
    font-size: 20px;
    margin-left: 14px;
}

#Entrys .tabs>div {
    margin-right: 5px;
    padding: 5px 20px;
    /* padding-top: 0px; */
    cursor: pointer;
    color: #00000054;
}

#Entrys .tabs>div.selected {
    color: #7bdb42;
    font-weight: bold;
    /* border-bottom: 3px solid #7bdb42; */
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#Entrys .listRow span.overTime {
    color: red;
}

#Entrys .listRow.bug {
    background: #ff000017;
}

#Entrys .listRow.doing {
    background: #00ff5a17;
}

#Entrys .listRow.bug.doing {
    background: #00ff5a17;
    box-shadow: inset 25px 0px 0px 0px #ffecea;
}

#Entrys .listRow>div:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 10px;
    font-size: 12px;
}

#Entrys .listRow>div:nth-of-type(2) {
    font-size: 12px;
}


#Entrys .btn.updateBtn {
    background: #a5a5a5;
    margin-right: 10px;
}





#Entrys .stats {
    padding: 15px;
    width: 30%;
    max-width: 300px;
    min-width: 280px;
    max-height: 260px;
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

#Entrys .stats h3 {
    margin-top: 0px;
    font-weight: 200;
    padding-left: 8px;
}

#Entrys .infoBlock {
     background: white;
     font-size: 12px;
     display: flex;
     justify-content: space-between;
     padding: 8px;
     margin-bottom: 8px;
     border-radius: 6px;
     color: #989898;
 }

#Entrys .infoBlock>div:nth-of-type(2) {
    color: black;
    font-weight: bold;
}