html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden; }

#main-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; }

#root {
  min-height: 0;
  height: 100%;
  flex: 1; }
  .show-branding #root {
    height: calc(100% - 30px); }

#branding {
  height: 30px;
  display: none; }
  .show-branding #branding {
    display: block; }

.issuu-branding {
  height: 30px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .issuu-branding .powered-by {
    width: auto;
    display: flex;
    align-items: center; }
    .issuu-branding .powered-by .powered-by-text {
      color: #fff;
      font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      height: auto;
      margin: 0;
      padding: 0;
      white-space: nowrap; }
    .issuu-branding .powered-by .powered-by-link {
      width: 62px;
      height: 36px;
      padding-left: 5px; }
  .issuu-branding .publish-for-free {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .issuu-branding .publish-for-free .publish-for-free-link {
      color: #fff;
      text-decoration: underline; }

.embed-failed p {
  display: block;
  font: normal 16px Helvetica Neue, HelveticaNeue, Helvetica, Trebuchet, Trebuchet MS, Arial, sans-serif;
  text-align: center;
  background-color: black;
  padding: 20px;
  color: white;
  text-decoration: none; }
  .embed-failed p span {
    font-size: 11px; }

/*# sourceMappingURL=http://sourcemaps.issuu.com/issuu-reader3-embed-files/1404/iframe-embed.css.65b8d364.map*/