.cm-chessboard .arrow-default .arrow-head {
  fill: blue;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-default .arrow-line {
  stroke: blue;
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-very-good .arrow-head {
  fill: #457a35;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-very-good .arrow-line {
  stroke: #457a35;
  stroke-linecap: round;
  opacity: 0.7; }

.cm-chessboard .arrow-danger .arrow-head {
  fill: red;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-danger .arrow-line {
  stroke: red;
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-blunder .arrow-head {
  fill: #a2251c;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-blunder .arrow-line {
  stroke: #a2251c;
  stroke-linecap: round;
  opacity: 0.7; }

.cm-chessboard .arrow-pointy .arrow-head {
  fill: black;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-pointy .arrow-line {
  stroke: black;
  stroke-linecap: round;
  opacity: 0.5; }

.cm-chessboard .arrow-user_highlight .arrow-head {
  fill: orange;
  fill-rule: nonzero;
  fill-opacity: 1; }

.cm-chessboard .arrow-user_highlight .arrow-line {
  stroke: orange;
  stroke-linecap: round;
  opacity: 0.7; }

/*# sourceMappingURL=arrows.css.map */