.postbookmark-icon-delete .icon {
	color: #BF552B !important;
}

.postbookmark-icon-delete:hover .icon {
	color: #BF552B !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;
}

.bookmark-dropdown .pointer {
	border-color: var(--border-color) transparent;
}

.bookmark-dropdown .pointer-inner {
    border-color: var(--light-grey) transparent !important;
}

.bookmark-dropdown ul {
	padding: 1rem !important;
	background-color: var(--light-grey) !important;
    border-color: var(--border-color) !important;
}

.bookmark-dropdown li {
	border: none !important;
}

.bookmark-dropdown .page-jump-form {
	margin-top: 1rem !important;
}

.bookmark-dropdown .page-jump-form input:first-child {
	margin-bottom: 1rem !important;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	.scrool {
		max-height: 160px;
	}
}
