.dropdown-trigger > i.fa.postbookmark-icon:before {
 	font-size: inherit;
}

.dropdown-trigger > i.fa.postbookmark-icon-delete:before {
 	font-size: inherit;
}
 
.postbookmark-icon, .postbookmark-icon-delete {
 	padding-left: 3px;
 	padding-right: 3px;
}

.postbookmark-icon-delete .icon{
	color: #BC2C4F !important;
}
 
.postbookmark-icon-delete:hover .icon{
	color: #FFFFFF !important;
}
 
.scrool {
	max-height: 400px;
	overflow-y: scroll;
	font-size: 0.9em;
	line-height: 1.5em;
}
 
.bookmark_form
{
	padding: 0px 5px 0px 0px;
}
.bookmark_desc
{
	width: 84% !important;
}
 
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	.scrool {
		max-height: 160px;
	}
}