﻿.log-msg {
    background-color: rgba(250,250,250,.3);
    border-top: 1px solid #eee;
    bottom: 0;
    left: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 0;
    top: 100px;
}

.light-grey {
    background-color: #f7f7f7;
    padding: 5px 15px;
}

.light-green {
    background-color: #f3ffe4;
    padding: 5px 15px;
}

.msg-date {
    margin-top: 10px;
    margin-left: 5px;
}