
            .swagger-ui .topbar,
            .url,
            button.cancel,
            span:last-of-type .opblock-tag-section:last-of-type {
              display: none !important;
            }

            iframe {
              position: fixed;
              background: #eee;
              width: 90vw;
              height: 90vh;
              left: 5vw;
              top: 5vh;
              box-shadow: 0 0 0 5vw rgba(0, 0, 0, 0.6);
            }

            .opblock-summary-description {
              float: right !important;
            }

            .opblock-description {
              line-height: 1.5rem;
              font-size: 14px;

              code {
                color: rgb(229, 57, 53) !important;
                border: 1px solid rgba(38, 50, 56, 0.1);
                padding: 0px 5px !important;
                font-size: 13px !important;
              }

              li em {
                color: brown;
              }
            }
          