#chat-container {width: 73%; float: left; margin-left: 2%;}
#chat-container #chat-status {color: #9d1d32;  text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight:bold;}

#chat-container #chat-response-output {border:1px solid #d7d7d7; margin:8px 0 30px;}
#chat-container #chat-response-output #chat-representitive {background:#f5f5f5; padding:8px 15px;}
#chat-container #chat-response-output #chat-representitive img {width:25px; margin-right:10px;}
#chat-container #chat-response {height:320px; padding:20px; overflow:auto;}
#chat-container #chat-response .chat-row .chat-username {color:#9d1d32; font-weight:bold;}
#chat-container #chat-response .chat-row .chat-username-you {font-weight:bold;}
#chat-container #user-input {width:100%; display:block; border:1px solid #d7d7d7; margin-bottom:40px; height:40px; line-height:40px;}

#chat-container label	{margin-bottom:10px; display:block;}
#chat-container .btn {min-width:150px; margin-left:20px;}

@media all and (max-width: 1100px) { 


}


