.print-annotations-modal .modal-body {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.annotations-list-spinner {
  display: block;
  font-size: 96px;
  height: 120px;
  line-height: 120px;
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
}
.annotation-container .annotation {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  /* for pro */
  margin-right: 20px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.annotation-container .annotation:before {
  display: block;
  content: "";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.annotation-container .annotation .annotation-checkbox {
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.annotation-container .annotation .annotation-author {
  font-weight: bold;
}
.annotation-container .annotation .annotation-number {
  border: 1px solid transparent;
  border-radius: 20px;
  color: #FFF;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  margin-right: 8px;
  text-align: center;
  width: 30px;
}
.annotation-container .annotation .annotation-number[data-color="#ffff00"],
.annotation-container .annotation .annotation-number[data-color="#ffffff"] {
  border-color: #DDD;
}
.annotation-container .annotation .annotation-text {
  white-space: pre-wrap;
}
.annotation-container .annotation .annotation-text:empty:before {
  color: #AAA;
  content: attr(placeholder);
}
.annotation-container .annotation .annotation-info-container {
  overflow: hidden;
}
@page {
  size: A4;
  margin-bottom: 50px;
  margin-top: 44px;
}
@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  .print {
    height: 100%;
    width: 100%;
  }
  .img-block {
    margin-bottom: 10px;
    max-height: 70vh;
    text-align: center;
    width: 100%;
  }
  .img-block .filename {
    font-family: "Clear Sans";
    font-size: 13px;
    max-height: 3.5vh;
    padding: 5px 0;
    vertical-align: middle;
    width: 100%;
  }
  .img-block .img {
    max-height: 66.5vh;
    max-width: 100%;
  }
  .info-block {
    max-height: 30vh;
    width: 100%;
  }
  .info-block .label {
    font-family: "Clear Sans";
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    max-height: 6vh;
    overflow: hidden;
    margin: 5px 0;
  }
  .info-block .description {
    font-family: "Clear Sans";
    font-size: 13px;
    max-height: 18vh;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
  }
  .info-block .tags {
    max-height: 6vh;
    overflow: hidden;
    margin: 5px 0;
  }
  .annotation-container {
    margin-top: 20px;
  }
  .annotation-container .annotation-checkbox {
    display: none;
  }
  .annotation-container .annotation {
    width: 45%;
  }
  .annotation-container .annotation:before {
    content: attr(data-header);
  }
}
