/* Toggle button appearance */
#scibloger_outline_wrapper .trigger{
  background: #ccc;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}

/* Hover item appearance*/
#scibloger_outline_wrapper a:hover{
    background: rgba(0,0,0,0.1); 
  }

/* Text color*/
#scibloger_outline_wrapper ul > li > a {
  color: #333;
}

/* All lists */
#scibloger_outline_wrapper.pop ul{
  background: #ccc;
}
