
.timeEntry-control{
  position: relative;
}
.timeEntry-control:before{
  content: '\f0dc';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  top:0px;
  left:0px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
