.document-actions {
  color: #B7B7B7;
  font-size: 11px;
  cursor: pointer;
  display: block;
  float: right;
  position: relative;
  right: 0;
  top: 0;
}

.document-actions .dropdown-menu {
    left: initial;
    right: -11px;
}

.document-actions > span.glyphicon:hover {
  color: #696868 !important;
}
