.role {
  font-weight: bold;
  float: left;
}

li.messages {
	font-size: 18px;
  margin-top: 1px;
  padding: 5px;
  padding-left: 14px; 
  border-bottom: 1px solid #DDD;
  min-height: 1em;
  background-color: white;
}

li.messages.confirmed{
	padding-bottom: 15px;
}

ul#chatLines {
    list-style-type: none;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    /*height: 330px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #888;
    text-align: left;
    width: 450px;
    background-color: white;
}

.systemAction{
	color: #686868;
	font-style: italic;
}

.crowd .role {
  color: #D22;
}

.requester .role {
  color: #22D;
}
/*
.requester {
  background-color: #EEE;
}
*/
.crowd {
  margin-left: 1em;
}