#report-pane {
  height: 100%;
}
#report-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
html {
  font-size: 18px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.clear-normal,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {
  -webkit-overflow-scrolling: touch;
}
body {
  width: 100%;
  height: 100%;
  font-family: Helvetica;
  font-size: 18px;
  color: #474b51;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat;
  overflow: hidden;
}
a {
  outline: none;
  text-decoration: none;
}
input,
textarea {
  font-size: 1rem;
  outline: none;
  border: 1px solid #cccccc;
}
img {
  border: 0;
  outline: none;
}
li {
  list-style-type: none;
}
#page-report {
  height: 100%;
}