/* Alternate the background color of the output rows */ .list-group-item:nth-child(even) { background-color: #bdf1ac; } .chat-log { max-height:200px; overflow-y:scroll; }