/*!
  * doormat - http://jh3y.github.io/doormat
  *
  * @license MIT
  * @author jh3y
  * (c) 2016
!*/
body {
  -webkit-overflow-scrolling: touch;
}
.dm {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.dm-pnl {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.dm-pnl--crnt,
.dm-pnl--crnt + * {
  visibility: visible;
}