 .chat-panel {
    height: 29px;
    background-color: #4267b2;
    border: 1px solid #29487d;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.chat-panel:hover {
	background-color: #3b5998;
}

.chat-content{
	font-family: arial, sans-serif;
	color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    position: relative;
}

.facebookmessage {
	width: 223px;
	position: fixed;
    bottom: 0;
    right: 19px;
    z-index: 9999;
}

.online {
	padding-left: 5px;
    padding-right: 5px;
}