.g-annotation-list-header {
  margin-top: 20px;
  background-color: #f0f0f0;
  padding: 5px 6px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
}
.g-annotation-list {
  table-layout: fixed;
}
.g-annotation-list.table {
  width: initial;
  max-width: initial;
  min-width: 100%;
}
.g-annotation-list td {
  white-space: nowrap;
}
.g-annotation-list .g-annotation-toggle,
.g-annotation-list .g-annotation-select {
  width: 30px;
}
.g-annotation-list .g-annotation-actions {
  width: 100px;
  text-align: right;
}
.large_image_thumbnail {
  position: relative;
}
.large_image_annotation_badge {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(1) translate(50%, -50%);
  -moz-transform: scale(1) translate(50%, -50%);
  -o-transform: scale(1) translate(50%, -50%);
  -ms-transform: scale(1) translate(50%, -50%);
  transform: scale(1) translate(50%, -50%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  height: 20px;
  padding: 0 6px;
  z-index: 10;
  min-width: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 80%;
  line-height: 1;
  background-color: #d3d3d3;
  color: #000;
  border-radius: 10px;
}
.large_image_annotation_badge.hidden {
  display: none;
}

/*# sourceMappingURL=plugin.min.css.map*/