.nav.profile-picture {
  height: 30px;
  width: auto;
  margin: -15px 5px -15px 0px;
}

.label-tag {
  background-color: #ccc;
  color: white;
}

/* Hacky fix to make tagsinput match style of other controls. */
.tagsinput-wrapper > .bootstrap-tagsinput {
  height: 34px;
  width: 100%;
}

.clickable-list-item:hover {
  background-color: #f5f5f5;
}

.clickable-list-item > a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 15px;
  margin: -10px -15px;
}

.divider-10{
  width:100%;
  min-height:1px;
  margin-top:10px;
  margin-bottom:10px;
  display:inline-block;
  position:relative;
}

.divider-5{
  width:100%;
  min-height:1px;
  margin-top:5px;
  margin-bottom:5px;
  display:inline-block;
  position:relative;
}

.flash-messages {
  position: fixed;
  right: 0;
  left: 0;
  top: 50px;
  padding: 10px 0;
}
