/* R output adjustment */
.viz-container:not(.full-screen-pane) img.r-output {
  /* Cancel styles on the R output chart image.*/
  transform: none!IMPORTANT;
  position: initial!IMPORTANT;
  top: initial!IMPORTANT;
  left: initial!IMPORTANT;
}

/* Comment title area, with background color */
.comment-balloon .title-area {
  background-color: #0000000d;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -10px;
  padding: 10px 16px;
}
/* Comment title area, without background color */
.comment-balloon .header-area {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -10px;
  padding: 10px 16px 0px;
}
/* Markdown formatting in comment balloon*/
.comment-balloon .body-area {
  line-height: 1.5em;
}
.comment-balloon .body-area .author-comment > h1 {
  margin-top: 0;
}

.comment-balloon .body-area h1 {
  font-size: 24px;
  line-height: 1.5em;
}
.comment-balloon .body-area h2 {
  font-size: 20px;
  line-height: 1.5em;
}
.comment-balloon .body-area h3 {
  font-size: 16px;
  line-height: 1.5em;
}
.comment-balloon .body-area h4 {
  font-size: 12px;
  line-height: 1.5em;
}
.comment-balloon .body-area h5 {
  font-size: 12px;
  line-height: 1.5em;
}
.comment-balloon .body-area h6 {
  font-size: 12px;
  line-height: 1.5em;
}
.comment-balloon .body-area p {
  font-size: 14px;
}
.comment-balloon a {
  color: #00ab6d;
}
.comment-balloon .for-author-label {
  font-weight: bold;
  padding-bottom: 15px;
  color: rgb(157,157,157);
  opacity: 0.8;
}
.comment-balloon .for-viewer-label {
  font-weight: bold;
  padding-bottom: 15px;
  color: rgb(157,157,157);
  opacity: 0.8;
}
.comment-balloon .author-comment {
  padding-left: 5px;
}
.comment-balloon .author-comment-wrapper.only {
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment-balloon .viewer-comment-wrapper {
  padding-top: 25px;
}
.comment-balloon .viewer-comment-wrapper.only {
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment-balloon .viewer-comment {
  padding-left: 5px;
}
.comment-balloon .body-area > *:first-child {
  margin-top: 13px;
}

.comment-balloon img {
  max-width: 250px;
}

