/**
 * Conversations list pane
 *
 * @author Pierre HUBERT
 */

.conversations-page-container .conversations-list-box {
	max-height: 100%;
}

.conversations-page-container .conversations-list-box ul {
	max-height: 100%;
}

.conversations-page-container a.selected {
	background: #f7f7f7;
}