/**
 * Component layout
 */
body {
  background: #fff;
  padding: 15px;
}
body.modal {
  display: block;
  position: static;
  width: auto;
  height: auto;
  overflow: unset;
}
