/* this has to be in sync with util/z-index.js */
/* this has to be in sync with WIDTH_WIDE in sidebar.tsx */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.unsupported-browser-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #f7f7f7; }
  .unsupported-browser-page > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 50px;
    background: #ffffff;
    max-width: 500px;
    padding: 75px 30px;
    border: 1px solid #c2c1c7;
    border-radius: 6px; }
    @media screen and (min-width: 0px) and (max-width: 899px) {
      .unsupported-browser-page > .content {
        max-width: 75%;
        padding: 30px 10px; } }
    .unsupported-browser-page > .content > .title {
      margin-top: 20px;
      line-height: 130%;
      font-weight: 700;
      font-size: 34px; }
      @media screen and (min-width: 0px) and (max-width: 899px) {
        .unsupported-browser-page > .content > .title {
          font-size: 24px; } }
    .unsupported-browser-page > .content > .description {
      margin-top: 10px;
      font-size: 18px;
      color: #4c4a57;
      line-height: 150%; }
    .unsupported-browser-page > .content > .actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 40px; }


/*# sourceMappingURL=block-browser.9a616d7e5dfb2d584a7e.css.map*/