.textbox-fb {
	outline: none;
	border: none;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 20px 20px;
	box-sizing: border-box;
	width: 100%;
}

.input-holder {
	border: 1px solid #dedede;
	width: 100%;
	margin: 0 auto;
}

.comments p {
	font-size: 16px;
}

.comments img {
	max-width: 100%;
}

ul.fb-comments {
	margin: 0 10px 48px 5px;
}

.fb-comments li {
	margin: 8px 0px;
	list-style-type: none;
	padding: 0;
}

.fb-comments h3 {
	font-family: helvetica, arial, sans-serif;
	color: #3b5998;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
	margin: 0;
	display: inline-block;
}

.fb-comments p {
	margin: 4px 0px;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	word-wrap: break-word;
}

.table {
	display: table;
}

.profile-pic {
	float: left;
	display: block;
	margin-right: 8px;
	height: 48px;
	width: 48px;
	margin-top: 5px;
}

.pp2 {
	height: 36px;
	width: 36px;
}

.client-pic {
	display: block;
	margin-right: 8px;
	height: 200px;
	width: 200px;
	margin-top: 5px;
}

.fb-buttons {
	height: 25px;
}

.fb-buttons .blue {
	color: #627aad;
	font-size: 12px;
	margin: 0;
	cursor: pointer;
}

.fb-buttons .like {
	/* font-weight: 100; */
}

.fb-buttons .like:hover {
	text-decoration: underline;
}

.fb-buttons .fbthumb {
	margin-right: 0px;
	position: relative;
	bottom: 3px;
	height: 15px;
	width: 13px;
	vertical-align: middle;
}

.fb-buttons .grey {
	color: #7f7f7f;
	font-size: 12px;
	margin: 0;
	margin-left: -3px;
}

.ul-nested {
	margin: 0;
	border-left: 1px dotted #d3d6db;
	padding-left: 7px;
}

.clink {
	color: #627aad;
	cursor: pointer;
}

.clink:hover {
	text-decoration: underline;
}
