pontoon/base/static/css/style.css [560:576]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  bottom: 0;
  display: table;
  height: 100%;
  overflow: hidden;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: -1;

  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.inner {
  display: table-cell;
  vertical-align: middle;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pontoon/base/templates/500.html [315:331]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        bottom: 0;
        display: table;
        height: 100%;
        overflow: hidden;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: -1;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      .inner {
        display: table-cell;
        vertical-align: middle;
      }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



