/* default content formatting */
.frame {
  pointer-events: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;

  outline: 0px solid transparent;
  border-style: solid;

  white-space: normal;
  word-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-nbsp-mode: normal;
  unicode-bidi: embed;
  -webkit-font-variant-ligatures:normal;
  -webkit-font-kerning: normal;
  -webkit-font-smoothing:antialiased;
  -webkit-font-feature-settings: "kern";
  -webkit-column-fill: auto;
  column-fill: balance;
  column-gap: 0px;

  /* iOS hack */
  -webkit-transform: translateZ(0);
}

.frame-typePage {
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 100%;
  font-size: 16px;
}
.frame-typePreview {

}
.frame-typeComponent {
  pointer-events: all;
  /* overflow-y: scroll; */
}
.frame-typeGroup {
  outline-style: dashed;
  min-height: 2px;
  min-width: 2px;
}
.frame-typeVariableObject {
  outline-style: dashed;
  min-height: 2px;
  min-width: 2px;

  pointer-events: all;
}
.container-overlayHidden .frame-typeVariableObject {
  pointer-events: none;
}

.frame-typeVariableObject:before {
  content: attr(data-dots);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 16px;
  width: auto;
  margin: 0 auto;
  text-align: center;
  font: normal normal normal 8px/1 FontAwesome;
  z-index: 1;
}

.frame-typeState {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.frame-typeStateCurrent {
  display: block;
}
.frame-typeVariableObjectCrossfade .frame-typeStatePrevious {
  display: block;
  opacity: 0;
}
.frame-typeVariableObjectQuickHorizontal .frame-typeStatePrevious {
  display: block;
  transform: translateX(-32px);
  opacity: 0;
}
.frame-typeVariableObjectHorizontal .frame-typeStatePrevious {
  display: block;
  transform: translateX(-100%);
}
.frame-typeVariableObjectCrossfade .frame-typeStateNext {
  display: block;
  opacity: 0;
}
.frame-typeVariableObjectQuickHorizontal .frame-typeStateNext {
  display: block;
  transform: translateX(32px);
  opacity: 0;
}
.frame-typeVariableObjectHorizontal .frame-typeStateNext {
  display: block;
  transform: translateX(100%);
}

.frame-typeImage {
  overflow: hidden;
  font-size: 0px !important;
  line-height: 1;
}
.frame-typeVideo {
  font-size: 0px !important;
}
.frame-typeVideoWithControls {
  pointer-events: all;
}
.frame-typePdf {
  width: 100%;
  height: 100%;
  font-size: 0px !important;
}
.frame-typeOnline {
  pointer-events: all;
}
.frame-articlesReader {
  height: calc(100vh - 360px);
  min-height: 300px;
}
.frame-genuineArticlesReader {
  height: 100%;
}

.audioPlayer {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.audioPlayer:before {
  height: 100%;
  width: 1px;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  content: " ";
}
.audioPlayer .fa {
  font-size: 100%;
}
.audioPlayer .fa-play {
  padding-left: 10%;
}
.frame-typeAudio:not(.frame-typeAudioPlaying) .fa-pause {
  display: none;
}
.frame-typeAudioPlaying .fa-play {
  display: none;
}
.audioPlayer_control {
  display: inline-block;
  vertical-align: middle;
  pointer-events: all;
  margin: 0 0.4em 0 0;
}
.audioPlayer_control-seek {
  position: relative;
  width: calc(100% - 4.4em);
  height: 0.4em;
  border: 1px solid;
  border-radius: 0.2em;
  overflow: hidden;
}
.frame_audioPosition {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  border-top: 1em solid;
}
.audioPlayer_control-time {
  margin: 0;
}
.frame-typeAudioMini .audioPlayer_control-play {
  margin: 0;
}
.frame-typeAudioMini .audioPlayer_control-seek {
  display: none;
}
.frame-typeAudioMini .audioPlayer_control-fast {
  display: none;
}
.frame-typeAudioMini .audioPlayer_control-time {
  display: none;
}
.frame-typeAudioMini .audioPlayer_control-duration {
  display: none;
}
.frame-typeAudioMini .audioPlayer_control-pbRate {
  display: none;
}
.frame-typeAudioSmall .audioPlayer_control-fast {
  display: none;
}
.frame-typeAudioSmall .audioPlayer_control-duration {
  display: none;
}
.frame-typeAudioSmall .audioPlayer_control-pbRate {
  display: none;
}
.frame-typeAudioWide .audioPlayer_control-seek {
  width: calc(100% - 7.5em);
}
.frame-typeAudioWide .audioPlayer_control-duration {
  display: none;
}
.frame-typeAudioWide .audioPlayer_control-pbRate {
  display: none;
}

.frame-typeAudioBig .audioPlayer:before {
  display: none;
}
.frame-typeAudioBig .audioPlayer {
  min-height: 5.8em;
}
.frame-typeAudioBig .audioPlayer_control-play {
  position: absolute;
  display: block;
  font-size: 3em;
  width: 3em;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.frame-typeAudioBig .audioPlayer_control-fast {
  position: absolute;
  display: block;
  font-size: 2em;
  bottom: 0.3em;
  margin: 0;
}
.frame-typeAudioBig .audioPlayer_control-backward {
  left: calc(33% - 1em);
}
.frame-typeAudioBig .audioPlayer_control-forward {
  right: calc(33% - 1em);
}
.frame-typeAudioBig .audioPlayer_control-seek {
  margin: 0.4em 0 0.1em;
  height: 0.8em;
  border-radius: 0.4em;
  width: calc(100% - 1em);
}
.frame-typeAudioBig .audioPlayer_control-time {
  display: block;
  float: left;
  margin: 0 0 3em 0.5em;
}
.frame-typeAudioBig .audioPlayer_control-duration {
  display: block;
  float: right;
  margin: 0 0.5em 3em 0;
}
.frame-typeAudioBig .audioPlayer_control-pbRate {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}

.frame-typeBeforeAfterImage {
}

.frame-hasAction {
  pointer-events: all;
  cursor: pointer;
}
a.frame-hasAction {
  color: inherit;
}
@keyframes easyReaderHighlightOpacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes easyReaderHighlightOpacity20pct {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes easyReaderHighlightBorder {
  0% {
    border-color: transparent;
  }
  30% {
    border-color: var(--highlighting-color);
  }
  60% {
    border-color: var(--highlighting-color);
  }
  100% {
    border-color: transparent;
  }
}
@keyframes easyReaderBlueBorder {
  0% {
    border-color: transparent;
  }
  30% {
    border-color: #0ad;
  }
  60% {
    border-color: #0ad;
  }
  100% {
    border-color: transparent;
  }
}
.frame-easyReading {
  pointer-events: all;
  cursor: zoom-in;
}
.frame-openSimpleArticle {
}
.frame-openExternalLink {
  cursor: pointer;
}
.frame-easyReading:not(.frame-typePdf) {
  border: 2px solid transparent;
  transition: border 0.5s;
}
.frame-easyReading .frame_pdfPageHelper {
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  transition: border 0.5s;
}
.frame-easyReading:before {
  z-index: 1;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--highlighting-color);
  transition: opacity 0.5s;
  opacity: 0;
}
.frame-easyReading:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  content: '\f02d';
  padding-top: 6px;
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  background-color: var(--highlighting-color);
  color: var(--opposite-color);
  right: 4px;
  bottom: 4px;
  transition: opacity 0.5s;
  opacity: 0;
}
.frame-openExternalLink:after {
  content: '\f08e';
}
.frame-zoomBox:before {
  background-color: #0ad;
}
.frame-zoomBox:after {
  background-color: #0ad;
  content: '\f00e';
}
.frame-easyReading.frame-typePdf:after {
  right: 6px;
  bottom: 6px;
}
.frame-easyReading:not(.frame-typePdf).frame-easyReading-animate {
  animation: easyReaderHighlightBorder 1s;
}
.frame-easyReading.frame-zoomBox.frame-easyReading-animate {
  animation: easyReaderBlueBorder 1s;
}
.frame-easyReading-animate .frame_pdfPageHelper {
  animation: easyReaderHighlightBorder 1s;
}
.frame-easyReading-animate:before {
  animation: easyReaderHighlightOpacity20pct 1s;
}
.frame-easyReading-animate:after {
  animation: easyReaderHighlightOpacity 1s;
}
@media (pointer: fine) {
  .showEasyReadingFramesOnHover .frame-easyReading-hover,
  .showEasyReadingFramesOnHover .frame-easyReading-hover .frame_pdfPageHelper {
    animation: easyReaderHighlightBorder 1s;
  }
  .showEasyReadingFramesOnHover .frame-easyReading-hover.frame-zoomBox {
    animation: easyReaderBlueBorder 1s;
  }
  .showEasyReadingFramesOnHover .frame-easyReading-hover:before {
    animation: easyReaderHighlightOpacity20pct 1s;
  }
  .showEasyReadingFramesOnHover .frame-easyReading-hover:after {
    animation: easyReaderHighlightOpacity 1s;
  }
}
.frame_field-issue_description {
  white-space: pre-wrap;
}
.frame_par {
  margin: 0;
  border: 0px solid #000;
}
#desktop.enableTextSelection .frame {
  -webkit-user-select: text;
  user-select: text;
  pointer-events: all;
}
#desktop.enableTextSelection .t {
  -webkit-user-select: text;
  user-select: text;
  pointer-events: all;
}

.frame_block {
  border: 0px solid #000;
}
.frame_image, .frame_pdf, .frame_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s;
}
.frame_pdfTilesWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.frame_pdfTile {
  width: 25%;
  height: 25%;
  display: inline-block;
  position: relative;
  transition: opacity 0.2s;
}
.frame_pdfTile-waitingToLoadFullRes {
  opacity: 0;
}
.waitingForOfflineSync {
  opacity: 0;
}
.frame_pdfHtmlContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: top left;
}
.frame_pdfHtmlContent-transparent .pf {
  background-color: transparent;
}
.frame_pdfHtmlContent-transparent .bf {
  display: none;
}
.frame_pdfHtmlContent-transparent .t,
.frame_pdfHtmlContent-transparent .t * {
  color: transparent !important;
}
.frame_pdfHtmlContent-transparent .t .w-highlighted {
  color: black !important;
}

.frame_pdfHtmlThumbnail {

}
.frame_pdfHtmlThumbnail img {
  width: 100%;
}


.frame_youtube, .frame_vimeo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frame_iframe {
  width: 100%;
  height: 100%;
}
.frame_iframe iframe {
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.frame_iFrameThumbnail {
  width: calc(100% - 1px);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
}
.frame_iFrameThumbnail p {
  margin: 2px 0;
}
.frame_iFrameThumbnail i {
  font-size: 200%;
}
.frame_iFrameThumbnail p.frame_iFrameThumbnailInfo {
  margin-top: 8px;
}
.frame_videoPlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.frame_videoPlayer.faded {
  background-color: #0008;
}
.frame_videoPlayer .frame_videoPlayerButton  {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: white;
  text-shadow: 0 0 4px black;
}
.frame_videoPlayer .frame_videoPlayerSkodaOverlay  {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 60px;
  color: white;
  text-shadow: 0 0 4px black;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}
.frame_videoPlayerSkodaOverlay button {
  display: block;
  margin: 1em auto;
}

.frame-hasRatioHeight > .frame_image,
.frame-hasRatioHeight > .frame_video,
.frame-hasRatioHeight > .frame_youtube,
.frame-hasRatioHeight > .frame_vimeo,
.frame-hasRatioHeight > .frame_iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.frame-typeOnline.frame-hasRatioHeight > .frame-typeImage  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frame_afterImageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.frame_beforeAfterSlider {
  pointer-events: all;
  position: absolute;
  color: black;
  background-color: white;
  overflow: visible;
}
.beforeAfterImage-horizontal .frame_beforeAfterSlider {
  top: 0;
  width: 2px;
  height: 100%;
  cursor: ew-resize;
}
.beforeAfterImage-vertical .frame_beforeAfterSlider {
  left: 0;
  height: 2px;
  width: 100%;
  cursor: ns-resize;
}
.frame_beforeAfterSlider:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  content: '\f0d9\00a0\f0da';
  padding-top: 6px;
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: inherit;
}
.beforeAfterImage-horizontal .frame_beforeAfterSlider:after {
  top: calc(50% - 16px);
  left: -15px;
}
.beforeAfterImage-vertical .frame_beforeAfterSlider:after {
  transform: rotate(90deg);
  left: calc(50% - 16px);
  top: -15px;
}

.frame-typeFormOption {
  padding: 8px 4em 8px 0;
}
.frame-formActive .frame-typeFormOption {
  padding-right: 0;
  pointer-events: all;
}
.frame-formActive .frame-formTextButton {
  pointer-events: all;
}
.frame-typeForm:not(.frame-formActive) .frame-typeFormOption {
  padding-left: 0 !important;
}
.formOption_checkbox {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.1em;
  height: 1.1em;
  margin: auto 0;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid black;
  font: normal normal normal 20px/1 FontAwesome;
  text-align: center;
}
.frame-formActive .formOption_checkbox {
  display: block;
}
.formOption_bar {
  position: absolute;
  bottom: 0;
  left: 0;
}
.frame-formActive .formOption_bar {
  display: none;
}
.formOption_value {
  height: 1em;
  width: 4em;
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.frame-formActive .formOption_value {
  display: none !important;
}
.frame-formActive .frame-formTextSentNow {
  display: none !important;
}
.frame-formActive .frame-formTextAlreadySent {
  display: none !important;
}
.frame-formActive .frame-formTextClosed {
  display: none !important;
}

.frame-formSentNow .frame-formTextButton {
  display: none !important;
}
.frame-formSentNow .frame-formTextAlreadySent {
  display: none !important;
}
.frame-formSentNow .frame-formTextClosed {
  display: none !important;
}

.frame-formAlreadySent .frame-formTextButton {
  display: none !important;
}
.frame-formAlreadySent .frame-formTextSentNow {
  display: none !important;
}
.frame-formAlreadySent .frame-formTextClosed {
  display: none !important;
}

.frame-formClosed .frame-formTextButton {
  display: none !important;
}
.frame-formClosed .frame-formTextSentNow {
  display: none !important;
}
.frame-formClosed .frame-formTextAlreadySent {
  display: none !important;
}

.frame-formHideResults.frame-formSentNow .frame-typeFormItem {
  display: none !important;
}
.frame-formHideResults.frame-formAlreadySent .frame-typeFormItem {
  display: none !important;
}
.frame-formHideResults.frame-formClosed .frame-typeFormItem {
  display: none !important;
}

.frame-isScrolling {
  pointer-events: all;
}
.frame-zoomable {
  pointer-events: all;
}
.frame-zoomable.frame-pan {
  cursor: grabbing;
}
.frame-zoomable img {
  transition: transform 0.2s;
}

.frame-lockedArticle {
  height: 100%;
  margin: 0 auto;
}
.articlePreview_thumbnail {
  border: 0 none !important;
}
.articlePreview_thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../mask.png');
  background-repeat: repeat;
  background-size: 8px 8px;
  opacity: 0.5;
}
.articlePreview_thumbnail .thumbnail {
  border: 0 none !important;
}

.frame_imageWrapper {
  height: 0px;
  position: relative;
}
.frame_imagePreview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frame_image-loadingFullRes {
  display: none;
}

b.w,
b.wp {
  pointer-events: all;
  position: relative;
  display: inline-block;
  width: auto;
  background-color: rgba(255,255,0,0.33);
  margin: -0.2em;
  padding: 0.2em;
}
b.w-animated {
  transition: 1s all;
}
b.w-selected {
  box-shadow: 0 0 0 1000em rgba(0, 0, 0, 0.5);
  outline: 0.1em solid rgba(200,200,0,0.8);
  /* box-shadow: 0 0 2px rgba(0,0,0,0.5); */
}
b.w-highlighted {
  transform: scale(2);
}

.frame-fitToScreenWidth {
  box-shadow: inset 0 0 8px rgba(0, 0, 128, 0.65);
  outline: 1px solid rgba(128, 128, 128, 0.65);
}

.zoomControl {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 15px;
  transition: all 0.5s;
}
.frame-typeVariableObject .zoomControl {
  bottom: 32px;
}
.container-hiddenArrows .zoomControl {
  transform: translate(0px, 90px);
}
.zoomControl_button {
  display: inline-block;
  background-color: #0002;
  color: #fffa;
  border: none;
  font-size: 16px;
  padding: 6px 10px;
  margin: 1px;
  text-align: center;
  border-radius: 0;
}
.zoomControl_button:hover {
  background-color: #0004;
  color: #fffc;
}
.zoomControl_button:first-child {
  border-top-left-radius: var(--button-border-radius);
  border-bottom-left-radius: var(--button-border-radius);
}
.zoomControl_button:last-child {
  border-top-right-radius: var(--button-border-radius);
  border-bottom-right-radius: var(--button-border-radius);
}

.simpleArticle_content {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;

  min-width: 800px;
  width: 50em;
  max-width: calc(100vw - 8px) !important;

  margin: 0;
  padding: 16px 64px;

  border: 1px solid var(--lines-color);
  background-color: white;
  color: black;

  text-align: left;
  font-family: TReaderEasyReadingFont, Roboto, Helvetica, Arial, sans;
  font-size: 16px;
  line-height: var(--def-line-height);

  word-wrap: break-word;
}
@media (max-width: 700px) {
  .simpleArticle_content {
    min-width: auto;
    padding: 8px 16px;
  }
}
.trioboThemeDark .simpleArticle_content {
  background-color: black;
  color: white;
}

.frame-typeComponent .ted {
  border: 0px none;
  padding: 0;
  background-color: var(--background-color);
  color: var(--text-color);
  width: 100%;
  min-width: initial;
  max-width: initial;
  font-weight: 300;
}

.ted {

}
.ted p {
  margin: 0.5em 0;
}
.ted p.perex {
  margin: 1em 0;
  font-weight: 300;
  font-size: 120%;
  text-transform: uppercase;
  line-height: var(--def-line-height);
}
.ted h1 {
  font-weight: bold;
  font-size: 200%;
  line-height: 120%;
  margin: 1em 0 0.5em;
}
.ted h1:first-child {
  margin-top: 0;
}
.ted h2 {
  font-weight: bold;
  font-size: 150%;
  line-height: 120%;
  margin: 1em 0 0.5em;
}
.ted h3 {
  font-weight: bold;
  font-size: 120%;
  line-height: 120%;
  margin: 1em 0 0.5em;
}
.ted b {
  font-weight: bold;
}
.ted i:not(.fa) {
  font-style: italic;
}
.ted a {
  text-decoration: none;
  border-bottom: 1px dotted var(--highlighting-color);
  color: var(--highlighting-color);
}
.ted blockquote {
  background-color: var(--gray-d);
  border-left: 0.5em solid var(--gray-8);
  padding: 0.5em 1em;
  margin: 0.5em 0;
}
.ted .ted_image img {
  width: 100%;
}
.ted ul {
  margin: 0.5em 0;
  list-style: initial;
  padding: 0 0 0 1em;
}
.ted li {
  padding: 0;
  margin: 0;
}
.ted ul>ul {
  margin: 0;
}


.articleControlPanel {
  float: right;
  text-align: right;
  display: block;
}
.articleControlPanel .mButton {
  border: 1px solid var(--highlighting-color);
  background-color: var(--background-color);
  color: var(--highlighting-color);
  margin: 2px 0;
  display: block;
  padding: 4px 8px;
}
.articleControlPanel .mButton i {
  font-style: initial;
}

.articleNavigationBar {
  background-color: var(--background-color);
  color: var(--text-color);
  box-sizing: border-box;
  padding: 1em 0;
}

.articleNavigationBar_line {
}
.articleNavigationBar_line-top {
  border-top: 1px solid var(--highlighting-color);
  border-bottom: 1px solid var(--highlighting-color);
  padding: 0.5em 0;
}
.articleNavigationBar_line-bottom {
  padding: 1em 0;
  text-align: center;
}

.articleNavigationBar_part {
  display: inline-block;
  padding: 0.2em;
  box-sizing: border-box;
  vertical-align: top;
}

.articleNavigationBar_part-left,
.articleNavigationBar_part-right {
  width: 50%;
}
.articleNavigationBar_part-right {
  text-align: right;
}

.articleNavigationBar_articles {
  border: 1px solid var(--lines-color);
  width: 20em;
  max-width: 100%;
  display: inline-block;
  position: relative;
  margin: 0.5em 0;
  line-height: 0;
}
.articleNavigationBar_articleThumbnail {
  font-size: 0;
  width: 50%;
  display: inline-block;
  position: relative;
}
.articleNavigationBar_articleThumbnail img {
  width: 100%;
}
a.articleNavigationBar_articleThumbnail:focus-visible {
  outline: 2px solid var(--highlighting-color);
  z-index: 1;
}

.articleNavigationBar_prevNextText {
  /* font-size: 80%; */
  font-weight: 300;
}


.articleNavigationBar_buttons .issueButtonsBar_button {
  margin: 2px auto;
  max-width: 80%;
}
@media (min-width: 699px) {
  .articleNavigationBar_buttons {
    display: flex;
    justify-content: center;
  }
  .articleNavigationBar_buttons .issueButtonsBar_button {
    flex: 0 1 40%;
    border-radius: 0;
    margin: 0 1px 0 0;
    max-width: 164px;
  }
  .articleNavigationBar_buttons .issueButtonsBar_button:first-child {
    border-top-left-radius: var(--button-border-radius, 0.375em);
    border-bottom-left-radius: var(--button-border-radius, 0.375em);
  }
  .articleNavigationBar_buttons .issueButtonsBar_button:last-child {
    border-top-right-radius: var(--button-border-radius, 0.375em);
    border-bottom-right-radius: var(--button-border-radius, 0.375em);
    margin-right: 0px;
  }
}

