.fsj ul > li {
  overflow-x: inherit;
  overflow-y: inherit;
}
.fsj ul > li:before {
  display: none !important;
}
.fsj ul.dropdown-menu > li.dropdown-header {
  padding-left: 6px !important;
}
.fsj ul.dropdown-menu > li {
  padding-left: 0 !important;
  margin-top: 0;
}
.fsj ul.nav-tabs > li {
  padding-left: 0 !important;
}
.fsj a:hover {
  text-decoration: inherit !important;
}
.fsj .btn {
  color: #333 !important;
}
.fsj .btn-primary {
  color: #fff !important;
}
.fsj .btn-warning {
  color: #fff !important;
}
.fsj .btn-danger {
  color: #fff !important;
}
.fsj .btn-success {
  color: #fff !important;
}
.fsj .btn-info {
  color: #fff !important;
}
.fsj .btn-inverse {
  color: #fff !important;
}
.fsj div.input-append .btn,
.fsj div.input-prepend .btn {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.fsj .label {
  color: #fff !important;
}
div.tooltip.fade.in {
  background: none;
  border: none;
}
