.scrollable--x {
    width:100%;
	height:100%;
	overflow-x: auto;
}
.horizontal-track {
    height: 8px;            /* How wide is the scrollbar going to be? */
    background-color: #e1e9f3; /* What color should the vertical track be? */
}
.horizontal-handle {
	top:1px;
    height: 6px;            /* How wide is the scrollbar handle? */
    background-color: #67c9d3; /* What color should the handle be? */
}

.scrollable--y {
    width:100%;
	height:100%;
	overflow-y: auto;
}
.horizontal-track {
    width: 8px;            /* How wide is the scrollbar going to be? */
    background-color: #e1e9f3; /* What color should the vertical track be? */
}
.horizontal-handle {
	left:1px;
    width: 6px;            /* How wide is the scrollbar handle? */
    background-color: #67c9d3; /* What color should the handle be? */
}

/*Mani*/
.messages-table .message.replied td{background-color:#f5f5f5;}
.messages-table .message.replied td:first-child{padding-left:50px;}

.review .review:not(:first-child){margin-top:1px!important; margin-bottom:0!important;}
.review .review.replied{border-bottom-width:0!important; background-color:#f5f5f5; padding:1.25em 1.25em 1.25em 1.25em; min-height:6.5em;line-height:1.4;}
.review .review.replied > *{font-size: 0.85em; line-height:1.4;)	
