    body {
        margin: 0;
        font-family: Verdana, sans-serif;
    }
    .map {
        height:100%;
        width: 50%;
        float: left;
    }
    .msgFeed {
        height:100%;
        width: 50%;
        float: left;
        background: #FFF;
        overflow-y: scroll;
        color:#000;
    }
    .msg {
        border-bottom: #000 dotted 1px;
    }
