.edocman-taskbar li {
  list-style: none !important;
}

.edocman-document-title-link {
  list-style: none !important;
  font-size: 16px !important;
  line-height: 2 !important;
}
.edocman-document-title.pull-left .edocman-box-heading .clearfix a:hover {
  list-style: none !important;
  font-size: 16px !important;
}
a.edocman-document-title-link:hover {
  list-style: none !important;
  font-size: 16px !important;
}
#edocman-documents a:link, #edocman-categories a:link {
  text-decoration: none;
  font-size: 16px !important;
}
#edocman-documents a:link:hover, #edocman-categories a:link:hover {
  text-decoration: none;
  font-size: 16px !important;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 3px !important;
  font-size: 14px !important;
  background: #ccc !important;
  border-color: #ccc !important;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 3px !important;
  font-size: 14px !important;
  background: #ccc !important;
  border-color: #ccc !important;
}