* {
  box-sizing: border-box;
  outline: none !important;
}
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* Marj Mobile Framework */
.window {
  width: 100%;
  height: 100%;
  background-color: #ddd;
  display: none;
  position: relative;
}