.visible { visibility: inherit !important; }
.top { vertical-align: top !important; }
.middle { vertical-align: middle !important; }
.bottom { vertical-align: bottom !important; }
.nowrap { white-space: nowrap !important; }
.italic { font-style: italic !important; }
.bold { font-weight: bold !important; }
.underline { text-decoration: underline !important; }
.line-through { text-decoration: line-through !important; }
.normal { font-weight: normal !important; font-style: normal !important; }
.gap { margin: 1em 0 !important; padding: 1em 0 !important; }
.sub { color: #777; font-size: 0.9em;}
.cursor-pointer { cursor: pointer !important;}
.cursor-help { cursor: help !important;}
.cursor-wait { cursor: wait !important;}
.cursor-crosshair { cursor: crosshair !important;}
.cursor-text { cursor: text !important;}
.cursor-default { cursor: default !important;}