.add-note a {color: #000 !important; background-color: #fff !important;}

.bug-marker * {font-family: 'courier new'; letter-spacing: 0; line-height: 15px}

.bug-marker {position: absolute; left: 0; top: 0; width: 50px; height: 74.5px; background: transparent url(../../images/bugs/marker.png) 0 0 no-repeat; background-size: 50px 74.5px; z-index: 2147483647; perspective: 1000px; cursor: pointer;}
.bug-marker .pos {position: absolute; bottom: -30px; left: 50%; font-size: 12px; white-space: nowrap; transform: translateX(-50%); padding: 5px; background-color: rgba(255, 255, 255, 0.8); color: #000;}
.bug-marker .delete {position: absolute; top: -20px; left: -20px; background: transparent url(../../images/bugs/close.png) 0 0 no-repeat; width: 20px; height: 20px; background-size: 20px 20px;}
.bug-marker .note-block {width: 300px; min-height: 100px; left: calc(100% + 20px); background-color: rgba(0, 0, 0, 0.8); padding: 10px; border-radius: 5px; border: 1px solid #fff; position: absolute; opacity: 0; transition: 0.5s all; transform: rotateY(90deg); transform-origin: 0 0; font-size: 12px; color: #fff;}
.bug-marker.active .note-block {opacity: 1; transform: rotateY(0deg);}

.bug-marker .note-block .main-note {margin-bottom: 15px; white-space: pre-wrap;}
.bug-marker .note-block form textarea {display: none; color: #000; border: none; max-width: 100%; width: 100%; margin-bottom: 10px; min-height: 140px; border-radius: 4px}
.bug-marker.show-form .note-block form textarea {display: block}
.bug-marker.show-form .note-block .main-note {display: none}

.bug-marker .note-block form .buttons {overflow: hidden; text-align: center}
.bug-marker .note-block form .bug-button {display: inline-block; color: #fff; border: 1px solid #fff; padding: 5px; border-radius: 4px; text-align: center; cursor: pointer; background-color: #000; margin-right: 5px;}
.bug-marker .note-block form .bug-button:last-child {margin-right: 0;}

.bug-marker form .bug-button.save {display: none}
.bug-marker.show-form form .bug-button.save {display: inline-block}
.bug-marker.show-form form .bug-button.edit {display: none}