	.bookmarkItem {
		border: 1px solid black;
		padding: 15px;
		border-radius: 25px;
	}

	.bookmarkLink {
		color: blue;
		cursor: pointer;
	}

	.bookmarkColoredBackground {
		background-color: white;
	}

	.bookmarkButton {
		color: black;
		cursor: pointer;
		text-decoration: none;
		background-color: white;
		display: inline-block;
		padding: 5px;
		border-radius: 5px;
		margin: 2px;
		border: 1px solid black;
	}

	.bookmarkClickedButton {
		background-color: #cc8;
	}

	.bookmarkNearbyItem {
		color: blue;
		cursor: pointer;
		background-color: white;
		display: inline-block;
		padding: 2px;
		border-radius: 10px;
		margin: 2px;
	}

	.bookmarkVisibility0 {
		display: none;
	}

	#bookmarks_filter {
		padding-bottom: 10px;
	}
