-/* Utility for styling notification numbers */
-
-.count-number {
- padding: 2px $lineheight/4;
- border-radius: 2px;
- background: #d7d7ff;
- margin: 0 2px;
- font-size: 11px;
- color: #333;
-}
-
-/* Rules for greeting bar in the top right corner */
-
-#greeting {