body,
div,
html {
  border: 0;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Roboto,Helvetica Neue,sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
}

ul {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

li {
  font-weight: 400;
  margin-top: 4px;
}

input {
  border: 1px solid #106cc8;
  outline: none;
  padding: 8px;
}

button,
input {
  font-size: 14px;
  height: 40px;
}

button {
  background-color: #106cc8;
  border-style: none;
  color: hsla(0,0%,100%,.87);
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px;
  text-decoration: none;
}

button:hover {
  background-color: #28739e;
}

body {
  margin: 0;
}

.pane-col,
.pane-row {
  overflow: hidden;
  position: absolute;
}

.pane-row {
  left: 0;
  right: 0;
}

.pane-col {
  top: 0;
  bottom: 0;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

.header.pane-row {
  height: 50px;
  top: 0;
}

.body.pane-row {
  top: 50px;
  bottom: 50px;
}

.footer.pane-row {
  height: 50px;
  bottom: 0;
}