.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-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-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-red .arrow-head {
    fill: red;
    fill-rule: nonzero;
    fill-opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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