+ position: relative;
+}
+
+#side-annotations .src {
+ font-family: monospace;
+ font-size: 10px;
+ font-weight: 400;
+ line-height: 13px;
+ position: absolute;
+ top: 0;
+ bottom: -.5em;
+ display:none;
+ background: white;
+ border: 1px solid #888;
+ width: 100%;
+}
+
+#side-annotations .akap:hover .src {
+ display: block;