   .row{
    margin-left:0px;
    margin-right: 0px;   
   }
   
    #conversation,
    #view_chat{
        font-size: .85em;

    }
    #view_chat{
        padding: 10px;   
    }
    .message-title{
        font-size: .85em;
        border-bottom: 1px solid #ccc;  
         
    }
    #conversation .alert,
    #view_chat .alert{
        padding: 0px;
        margin: 0px;
    }
    .alert.alert-danger a:hover,
    .alert.alert-danger a{
        color:#FAF7F7 !important;
    }
   /* fixes a margin issue caused by site-name appearing outside the header */
   .uh-header-app:not(.uh-header-primary) .site-name {
        margin-top: 0;
    }
    /* removes the redundant menu-button appearing inside the application header div */
    .uh-header-app .menu-button {
        display: none;
    }