.edit_tags_btn{
  i{
    float: right;
    color: green;
    font-size: small;
  }
  i:hover{
    cursor: pointer;
  }
}

.tag_remove_icon{
  color: red;
}

.tag_remove_icon:hover{
  cursor: pointer;
}

.tag_add_icon{
  color: green;
}

.tag_add_icon:hover{
  cursor: pointer;
}

#tags_modal{
  input[name="comment"]{
    width: 100%;
  }

  .tag_remove_icon{
    float: right;
  }
}

.tag_comment {
  font-size: 0.9em;
  color: #6c757d;
  margin-top: 2px;
}

.tag_row{
  border-radius: 5px;
  border: 1px #000000 dotted;
  padding: 2px;
  margin-bottom: 7px;
}