abbr with tooltip plugin
Created by: edokan
when used with tolltip plugin, abbr tags does not use styling. need to add abbr[data-original-title]
selector to original selector.
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}