.CodeMirror-foldmarker {
  color: #ffb928;
  text-shadow: rgb(120,120,120) 1px 1px 2px,rgb(120,120,120) -1px -1px 2px, rgb(120,120,120) 1px -1px 2px, rgb(120,120,120) -1px 1px 2px;
  font-family: arial;
  line-height: .3;
  cursor: row-resize;
}
.CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}
