.k-notify { position: fixed; top: 10px; left: 10px; -moz-box-sizing: border-box; box-sizing: border-box; width: 350px; }

/* Positions
========================================================================== */
.k-notify-top-right,
.k-notify-bottom-right { left: auto; right: 10px; }
.k-notify-top-center,
.k-notify-bottom-center { left: 50%; margin-left: -175px; }
.k-notify-bottom-left,
.k-notify-bottom-right,
.k-notify-bottom-center { top: auto; bottom: 10px; }

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 479px) {
  /*
     * Fit in small screen
     */
  .k-notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

/* Sub-object: `notify-message`
========================================================================== */
.k-notify-message {
  position: relative;
  cursor: pointer;
}

.k-notify .alert-default {
  background: #fff;
  border: 1px solid #e5e5e5;
}