/*.highlighted 	{ background-color: #F9F9F9; } */
.highlighted { border: 1px solid blue; }

/*
.selected-table-row {
    background-color: red;
}
*/

div.notifications {
  background: transparent;
  width: 305px;
  position: fixed;
  top: 185px;
  z-index: 1002;
  border-radius: 0 0 0 5px;
  right: 0px;
}


#header .nav li.private > a > .meta {
  display: table;
  width: 100%;
}
#header .nav li.private > a > .meta > .avatar {
  display: table-cell;
  vertical-align: middle;
  max-width: 32px;
  height: 32px;
}
#header .nav li.private > a > .meta > .text {
  font-size: 0.75em;
  font-weight: 600;
  padding: 0 5px;
}
#header .nav li.private > a {
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  color: #13161C;
  text-shadow: none;
}
#header .nav li.private > a:hover,
#header .nav li.private > a:active,
#header .nav li.private > a:focus {
  box-shadow: none;
  outline: none!important;
  border: none;
  color: #13161C;
}


#header .nav li.community > a > .meta {
  display: table;
  width: 100%;
}
#header .nav li.community > a > .meta > .avatar {
  display: table-cell;
  vertical-align: middle;
  max-width: 32px;
  height: 32px;
}
#header .nav li.community > a > .meta > .text {
  font-size: 0.75em;
  font-weight: 600;
  padding: 0 5px;
}
#header .nav li.community > a {
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  color: #13161C;
  text-shadow: none;
}
#header .nav li.community > a:hover,
#header .nav li.community > a:active,
#header .nav li.community > a:focus {
  box-shadow: none;
  outline: none!important;
  border: none;
  color: #13161C;
}