#sm-browser-notification-container {
  display: none; }
  #sm-browser-notification-container #sm-browser-notification {
    position: fixed;
    left: 0;
    top: 50%;
    width: 170px;
    background: #fff;
    padding-top: 50px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    z-index: 999;
    margin-top: -80px; }
    #sm-browser-notification-container #sm-browser-notification .sm-browser-notification-sign {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      background: #E89F29;
      line-height: 65px;
      color: #C87B23;
      position: absolute;
      top: -32px;
      left: 50%;
      margin-left: -32px;
      font-size: 65px;
      text-align: center; }
    #sm-browser-notification-container #sm-browser-notification .sm-browser-notification-description {
      color: #ff0000;
      font-size: 12px;
      font-weight: normal;
      text-align: center;
      padding: 0 10px 15px; }
    #sm-browser-notification-container #sm-browser-notification .sm-browser-notification-button {
      text-transform: uppercase;
      text-align: center;
      height: 36px;
      line-height: 36px;
      font-size: 11px;
      background: #E89F29;
      color: #fff;
      font-weight: bold; }
    #sm-browser-notification-container #sm-browser-notification .sm-browser-notification-close {
      position: absolute;
      right: -10px;
      top: -30px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
      display: none; }
  @media (max-width: 1024px) {
    #sm-browser-notification-container #sm-browser-notification-overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 998; }
    #sm-browser-notification-container #sm-browser-notification {
      left: 50%;
      margin-left: -85px; }
      #sm-browser-notification-container #sm-browser-notification .sm-browser-notification-close {
        display: block; } }

/*# sourceMappingURL=outdated-browser.css.map */