#newsmakers_list nav ul{
  margin: 1px 0;
}
#newsmakers_list nav:nth-child(1) ul{
  margin: 7px 0 0 0;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 1px 5px;
    font-size: 11px
}

.nm_delete, .nm_add{
  cursor: pointer;
/*  font-size: 8px; */
/*  padding-left: 3px;*/
}
.nm_add::after{
  vertical-align: 0px;
  content: "\00A0\002b";
  color: #0648b8;
}
.nm_delete::after {
  content: "\00A0\2212";
  color: #0648b8;
}

#nw_private_lists [contenteditable] {
display:block;
margin: 2px 0px 2px 2px;
padding: 5px;
border: 1px dashed #FF7E05;
font: 90% normal helvetica, sans-serif;
white-space: pre-wrap;
word-wrap: break-word;
background: #fff5d7;
color: #666666;
}
#nw_private_lists [contenteditable]:focus {
border: 1px solid #FF7E05;
background: #fff;
}
#nw_private_lists .style[contenteditable]:before {content: "\3cstyle\3e"; color: #FF7E05;}
#nw_private_lists .style[contenteditable]:after {content: "\3c\2fstyle\3e"; color: #FF7E05;}

