
	.message_1 {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #E6E6E6;
}
.message_0 {
    padding-top: 4px;
    padding-bottom: 4px;
}
	#message{
	height: 550px;
	overflow-y: scroll;
	overflow-x: hidden;
	}
    #chat{
    	width: 1140px;
    }

/* Fix user-agent */

* {
  box-sizing: border-box;
}

html {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

html, input {
  font-family:
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  word-wrap: break-word;
}

/* Font */

.messages {
  font-size: 150%;
}

#green{
    color:green;
}
#red{
    color:red;
}