.three-dots:after {
    content: '\2807';
    font-size: 24px;
    padding: 2 4 2 12;
    cursor: pointer;
    }

.time{
    max-width: 60px;
    max-height: 25px;
    border: none;
}

.clock-in {
    margin: 2px;
    float:right;
    font-size:14px;
}

.clock-in:before {
    content: '\1F551';
}

.team {
    box-shadow: 5px 5px 2px 2px rgba(0, 0, 0, .2);
}

li {
    border: 1px solid black;
}