﻿.log-msg {
    background-color: rgba(250,250,250,.3);
    border-top: 1px solid #eee;
    bottom: 0;
    left: 0;
    max-height: 300px;
    overflow: auto;
    padding: 5px 0;
    top: 100px;
}

.log-row {
    display: table-row;
    width: 100%;
}

.log-cell {
    display: table-cell;
    width: 100%;
}

.light-grey,
.light-green,
.light-blue,
.light-red {
    padding: 5px 15px;
    width: 100%;
}

.light-grey {
    background-color: #f7f7f7;
    color: #7f8c8d;
}

.light-green {
    background-color: #f3ffe4;
    color: #596f38;
}

.light-blue {
    background-color: #e4f3ff;
    color: #456a8e;
}

.light-red {
    background-color: #f4c397;
    color: #482b11;
}

.msg-date {
    border-bottom: 1px solid #f7f7f7;
    display: table-cell;
    padding-left: 5px;
    padding-top: 10px;
    width: 100%;
}