.#{$chatTabComposer} {
	border-top: 1px solid #c9d0da;
    border-top-width: 0;
    cursor: text;
    min-height: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 8px 6px;
    position: relative;
    background-color: #AF8656;

    *:focus {outline:0;}
}

    