body .toolbar .toolbar-bar .toolbar-icon-guide:before {
  mask-image: url(../icons/note.svg);
  background-size: 100% auto;
  filter: invert(39%) sepia(87%) saturate(574%) hue-rotate(181deg) brightness(98%) contrast(89%);
}

body .toolbar .toolbar-bar .toolbar-icon-guide:active:before,
body .toolbar .toolbar-bar .toolbar-icon-guide.is-active:before {
  mask-image: url(../icons/note.svg);
}

body .guide-toolbar-tab.toolbar-tab {
  float: right !important;
}

body .toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
  font-weight: bold;
}