/**
* GLOBAL OVERLOAD
*/

/**
* CHAT
*/

.chat
{
	font-size : 15px;
}

.truncateLien {
	display: inline-block;
	max-width: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

.popover-header
{     
	background: #ffcb00 !important;
}
