/* Breakout paragraph - extends beyond content_container_inner on the right side only */
/* Specifically targets only the paragraph on line 71 in Interview-with-Alan-Bigelow.php */
.content_container .content_container_inner {
  overflow-x: visible;
  min-width: 0;
}

.content_container .content_container_inner #interview {
  min-width: 0;
}

#interview p.breakout {
  position: relative;
  margin-left: -1px;
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50% + 10px);
  min-width: 0;
}
/* - - - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
