.project-settings .tasktype .btn-default {
  margin-left: 15px;
}

.project-settings .tasktype .btn-danger {
  margin-top: 26px;
}

#stopwatch {
  font-size: 2em;
  padding-right: 20px;
}

.open-task {
  display: inline-block;
  width:10px;
  height:10px;
  background: red;
  margin-left: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}