div.chat div.chatroom {
    height: 300px;
    overflow: hidden;
}

div.chat div.chatroom p {
    padding: 0 !important;
}

div.chat p.chatentry {
    font-size: 1.2em !important;
}

div.chat p.chatentry span.whoinfo {
    font-size: .8em;
    color: #aa6622;
}