.fbLeftNavigation_core .li_selected > a,
.fbLeftNavigation_core .li_selected > a:hover,
.fbLeftNavigation_core .li_selected > a:focus {
  background: none;
  text-shadow: none;
}
.qItem_topic a,
.qListItem_topic a {
  background: #4a4a4a;
}

.qItem_actions {
  border: none;
  border-radius: 4px;
  background: #3b3a3a75;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.qItem_assign select {
  display: inline-block;
  height: auto;
  width: auto;
  line-height: 30px;
  margin: 0 10px 0 5px;
  padding: 5px;
  backdrop-filter: blur(13px;);
  background-color: #81837f;
  border-radius:5px;
}

.qItem_ask_btn a {
  color: #010101;
}

.fbContent_qListItem.qListItem_pinned {
  border-left: 0px solid #e4c1e0;
  border-top: 0px solid #f7ddf4;
  margin: 1px 0 0;
  background-color:#3636365c;
  backdrop-filter:blur(10px);
}

.qFaqItem_tools {
  background: none repeat scroll 0 0 #272727bd;
  border-top: none;
  margin: 1em 0 0.8em;
  position: relative;
  padding: 0 5px 0 0;
}
.fbItem_votes .vote-up {
  border-right: none;
}
.fbItem_votes .vote-down {
  border-left: none;
}

.qItem_aListItem.qItem_selected {
  background: none;
}

.fbForm_preview {
  padding: 15px;
  margin: 5px 0 30px;
  border: 1px solid #e5e5e5;
  background: #000000;
}

a.NavLeftUL_anchor:hover, a.NavLeftUL_anchor:focus {
    background-color: #f7f7f72e;
}