#chatList {
    max-height:400px;
    overflow:auto;
}
@media screen and (max-width: 640px) {
    #chatList {

    }
}

#chatInputArea {
    width: 100%;
    z-index: 100px;
}
@media screen and (max-width: 480px) {
	#chatInputArea {
        width: 95%;        
    	z-index: 100px;   
	}
}

.fixed-bottom {
  position: fixed;
  bottom: 0px;
}

#chatTextArea {
	float: left;
	color: #5f9ea0;
	margin: 0 0 0 3px;
}

#chatCommentInputArea {
	margin: -48px 0 0 0;
}

#chatButtonSendComment {
	float: right;
	margin: 0 0 0 5px;
}

#chatButtonSendStamp {
	float: right;
}

#chatButtonSendCommentMain {

}
@media screen and (max-width: 480px) {
    #chatButtonSendCommentMain {
    	padding: 5px 5px;
    	font-size: 10px;
    }
}

#chatButtonSendStampMain {

}
@media screen and (max-width: 480px) {
    #chatButtonSendStampMain {
    	padding: 5px 5px;
    	font-size: 10px;
    }
}

#chatRoomSideBarControl {

}
@media screen and (max-width: 640px) {
    #chatRoomSideBarControl {
    	display:none;
    }
}

