html, body{font-family: "Open Sans",sans-serif;}
/* list panel extension */
.panel.list, .panel.sub-list {
  text-align: left;
  font-size: 11px;
  color: #655546;
  cursor: pointer;
}
.panel.list {
  height: 31px;
  padding-left: 22px;
  box-sizing: border-box;
  /*box-shadow: 2px 0px 1px rgba(0,0,0,0.15);*/
  border-top: solid #e6e6e6 1px;
}
.panel.sub-list {
  height: 29px;
  text-indent: 37px;
}

/* states */
.panel.list.selected {
  padding-left: 19px;
  background-color: #e9e6e4;
  color: black;
  font-size: 11px;
  border-bottom: none;
  border-left: solid #ffa500 4px;
}
.panel.sub-list.selected {
  background-color: #09b0fe;
}