diff --git a/examples/chat/index.html b/examples/chat/index.html
index 9166d854..050d8003 100644
--- a/examples/chat/index.html
+++ b/examples/chat/index.html
@@ -1,66 +1,104 @@
-
-
-
+
+
+
-
-
-
-
-
+ #converse .box {
+ margin-bottom: 0.2em;
+ padding: 1em;
+ border-radius: 0.1em;
+ }
+ #converse b:after {
+ content: " ";
+ }
+ #converse li .when {
+ position: absolute;
+ top: 0;
+ right: -2em;
+ padding: 0.5em 1em;
+ background: rgba(100%,100%,100%,0.9);
+ opacity: 0;
+ }
+ #converse li:hover .when {
+ opacity: 1;
+ right: 0em;
+ }
+ .poiret {
+ font-family: 'Poiret One', sans-serif;
+ }
+ .large {
+ font-size: 200%;
+ }
+ #converse .what, #converse .who {
+ cursor: text;
+ outline: none;
+ display: inline;
+ min-width: 1em;
+ padding-left: 1px;
+ }
+ [contentEditable=true]:empty:not(:focus):before{
+ content:attr(data-text)
+ }
+
+
+
Have a Conversation...
+
+
+
+
+
+