.article .article__content article #content p, .article .article__content article #content ul, .article .article__content article #content ol, .article .article__content article #content>.panel-macro, .article .article__content article #content>.mega-accordion, .article .article__content table #content p, .article .article__content table #content ul, .article .article__content table #content ol, .article .article__content table #content>.panel-macro, .article .article__content table #content>.mega-accordion, .table-overlay .article__content article #content p, .table-overlay .article__content article #content ul, .table-overlay .article__content article #content ol, .table-overlay .article__content article #content>.panel-macro, .table-overlay .article__content article #content>.mega-accordion, .table-overlay .article__content table #content p, .table-overlay .article__content table #content ul, .table-overlay .article__content table #content ol, .table-overlay .article__content table #content>.panel-macro, .table-overlay .article__content table #content>.mega-accordion {
    max-width: 100% !important;
}

.img-app-container {
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
  display: flex;
  flex-grow: 1;
  position: relative;
}

.img-unlicensed {
  background-color: rgb(250, 251, 252);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.img-unlicensed .logo {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA0CAYAAADWr1sfAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALSSURBVHgB7VqJkqsgEARE8/9/+zQcbxrDbnYVlCMrMXaVqVRiZBp6Lgif7sqyD4JgH4aL8NlxET47JCuAtZZpY5ihqwV0QjBBF+c8eE82YaUUu9NlG0pqimkGrkM/sK5bF2+WpLU2jPJ3U2Q9YNN0vzv1rSGLsNKatQyQVWrdxixJWxv3WfiQ9yMMbg+QggnYmEwYpofsB8leSuc/eD/fS7NN8v9zVQRsrJqWetkxSZdfXbwKej8MPU1Cx1pANcIgGSMlMwnHUkwONiRtnXwNvYgnv1yDENvfJxtHkwR1IM+P071KLAgS1uRzPs9ioKHvnVxDqB2YMBbGBFBM3Ij4RKRN4TirkkZIx4wasz/C4t5YxaX0/moMFZMn+2UoPrsNxRJfECaKbmVzMAV+Z1xe3PdMRPgbEVsD3AorXUJ6SdgtaJ5sDK3iv3Fy7gBlYNUxeSN9tkcpIPt7ZRcGP+QtMkkvfNgaW1QyzgEmvZnoHJFh171e3uM4JtvaRHsYk3EIs7zTffpwwkg9e1f2N7y8U0gX9cMxzGVm54xCZ7UWwZ9TTy5c/8v2R52XrLCvqSVdX0FG/BxqT4B6BaoTBtmhlz+KFP5IJ550iYxLUZWwW9lertbUnrQvF49C5W5JRpsE/uicjkQ1wljVWK3dCq596bPj2ojPBQoL9KtHIKWcrkbYbdY1vn0LJEsaZVztfaZXgPPCk4fnfrYT7bu+lIWEZ7nax8O6RW3cElCnh+xLWmGlZ8KuTKT+FZWVaEje2BlFaRtrSpKC1jRNTBBR35Lh4bjeCcm6xG6mfpL3uyH9bImkDdLzSQP5ChfsCFVvHXyHkK3H7yPJY3Lv1sFACAtJY9LeIM1m27ggPJ8RtZ9nc9Piyq94M0ebIWCTgdfaiAew28jdkYs+5PQ+BB8okf+znxH7c6n/u0ITpIns1pHtHsj4GOUDtIZrx+PsuAifHR9H+D/8MAnWPPguowAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 52px;
  width: 60px;
  height: 52px;
  margin: 15px 15px 10px;
}

.img-unlicensed .text {
  margin: 0 15px 15px;
  opacity: 0.6;
}

.img-app-container input:focus-visible {
  box-shadow: none !important;
}

.img-macro-viewer-container {
  min-height: 50px;
}

.img-macro-viewer-iframe,
#img-macro-editor-iframe {
  display: none;
}

#img-macro-dialog,
.img-macro-viewer-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

#img-macro-editor-iframe,
#img-macro-dialog {
  padding: 0 !important;
  margin: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border: none;
  top: 0;
}

.img-macro-viewer-iframe {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  border: none;
}

.img-macro-viewer-iframe.full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  height: 100% !important;
}

.img-spinner {
  width: 68px;
  height: 20px;
  text-align: center;
  background-color: transparent;
  border-radius: 21px;
}

.img-spinner div {
  margin: 2px;
  width: 16px;
  height: 16px;
  background-color: #bac2d5;
  opacity: 0.5;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out both;
}

.img-spinner .bounce1 {
  animation-delay: -0.32s !important;
}

.img-spinner .bounce2 {
  animation-delay: -0.16s !important;
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
#main-content a {
  color: #0052CC !important;
}