/*
 * LaraClassified - Geo Classified Ads CMS
 * Copyright (c) BedigitCom. All Rights Reserved
 *
 * Website: http://www.bedigit.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from Codecanyon,
 * Please read the full License from here - http://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */


.messageFromAdmin{
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;


}


.messageFromUser{
    background-color: #12306f;
    padding: 10px;
    margin: 10px;
    color: #f1f5f8;


}