.browser-not-supported-prompt-fail {
    display: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
  }

  .browser-not-supported-prompt-fail .fail-cell {
    display: table-cell;
    vertical-align: middle;
  }

  .browser-not-supported-prompt-fail img {
    width: 35px;
    height: 35px;
  }

  .browser-not-supported-prompt-fail .ptm {
    padding-top: 10px !important;
  }

  .browser-not-supported-prompt-fail .prm {
    padding-right: 10px !important;
  }

  .notify.error .notify_inner {
    margin: 0px 15px 15px 15px;
  }

  .notify.error .notify_inner {
    background: #fff5f4;
    border: hidden;
    border-radius: 5px;
    display: block;
    padding: 20px;
    position: relative;
  }

  .notify.error .icn {
    background: url('./assets/images/ico-error.png') center / contain no-repeat;
    background-position: 0px;
    display: block;
    float: left;
    height: 28px;
    margin-right: 18px;
    margin-bottom: 6px;
    width: 28px;
  }

  .notify.error .notify_title {
    color: #f0151b;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .notify p {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 10px 46px;
  }