#toolbarRight #about,
#toolbarRight #download {
    display: none;
}

#canvasContainer {
}

.nocursor {
    cursor: none;
}

.hideImg {
    display: none;
}

.active-button {
    background-color: red !important;
    box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset,0 0 1px hsla(0,0%,0%,.2) inset,0 1px 0 hsla(0,0%,100%,.05) !important;
}

.toolbarButton.pointer::before {
    display: inline-block;
    content: url(images/toolbarButton-target.png);
}

.circle:before {
  content: ' \25CF';
  font-size: 14px;
  color: red;
}
