.bookmark-panel-row{
	padding: 5px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 5px;
	font-size: 13px;
	position: relative;
	margin-right:20px;
}

.body-style .bookmark-panel-row p+p{
	margin-top:0px;
}

.bookmark-panel-close{
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.bookmark-panel-info{
	position: absolute;
	right: 25px;
	top: 5px;
	cursor: pointer;
}

.bookmark-panel-heading{
	font-weight: 700;
	clear: both;
	margin-bottom: 5px;
	display: inline-block;
	cursor: pointer;
}

.bookmark-panel-heading:hover{
	text-decoration: underline;
}

.bookmark-panel-empty{
    font-size: 13px;
    padding: 5px 0px;
}

.bookmark-panel-time{
 font-style: italic;
 text-align: right;
 clear: both;
 font-size: 11px; 
}

.bookmark-panel-filters{
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
}

.bookmark-panel-row .filter-pill{
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
	font-size: 12px;
  width: 49%;
	margin: 0;
  margin-right: 1%;
	margin-top: 5px;
}

.bookmark-panel-row .filter-pill:first-child,
.bookmark-panel-row .filter-pill:nth-child(2)  {
   margin-top:0;
}


.bookmark-panel-row .filter-pill:nth-child(even) {
  margin-left: 1%;
	margin-right: 0;
}

.bookmark-panel-row .filter-pill-name{
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Xbookmark-panel-row .filter-pill-wrapper{
  position: static;
  -webkit-transform: none;
  transform: none;
}

.left-content-panel{
	display: none;
}

.left-content-panel.active{
	display: block;
}