.feeds{
	    margin: 0px;
	    padding: 0px;
	    list-style: none;
	}
	.chat-form .input-cont .form-control {
	    border: 1px solid #ddd;
	    width: 100% !important;
	    margin-top: 0;
	    background-color: #fff !important;
	}
	.chat-form {
	    margin-bottom: 15px;
	    padding: 10px;
	    background-color: #e9eff3;
	    overflow: hidden;
	    clear: both;
	}
	.memo-header{
		border-bottom: 1px solid #EFEFEF !important;
		min-height: 16.43px !important;
    	padding: 15px !important;
    	display: block !important;
	}
	.pull-right{
		float: right !important;
	}
	.chat-form .input-cont {
	    margin-right: 40px;
	}
	.chat-form .btn-cont {
	    margin-top: -42px;
	    position: relative;
	    float: right;
	    width: 44px;
	}
	.chat-form .btn-cont .arrow {
	    position: absolute;
	    top: 17px;
	    right: 43px;
	    border-top: 8px solid transparent;
	    border-bottom: 8px solid transparent;
	    border-right: 8px solid #4d90fe;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.chat-form .btn-cont .btn {
	    margin-top: 4px;
	}

	.blue.btn {
	    color: #FFFFFF;
	    background-color: #4B8DF8;
	    border-color: "";
	}

	.feeds li:last-child {
	    margin-bottom: 0px;
	}
	.feeds li {
	    background-color: #fafafa;
	    color: #82949a;
	    margin-bottom: 7px;
	}