html,
body {
  font-size: 100%;
  height: 100%;
  width: 100%;
}
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
  background: #fffffff;
  box-sizing: border-box;
  padding: 1px;
}
body * {
  box-sizing: border-box;
}
body *:before {
  box-sizing: inherit;
}
body *:after {
  box-sizing: inherit;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#container,
#wrapper {
  border: 1px solid #ccc;
  margin: 100px auto;
  width: 900px;
}
#container:before,
#wrapper:before,
#container:after,
#wrapper:after {
  content: " ";
  display: table;
}
#container:after,
#wrapper:after {
  clear: both;
}
#full-width-container {
  height: 100%;
  width: 100%;
  background: #fff;
}
#wrapper {
  height: 506px;
}
#wrapper:before,
#wrapper:after {
  content: " ";
  display: table;
}
#wrapper:after {
  clear: both;
}
#wrapper #sidebar {
  width: 30%;
  height: 100%;
  overflow-y: auto;
  float: left;
  border-right: 1px solid #ccc;
  background: #fff;
}
#wrapper #document-content {
  width: 70%;
  height: 100%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
}
#wrapper #document-content .document-viewer-wrapper {
  border-width: 1px 0 1px 0;
  box-shadow: none;
  margin: 0;
}
#wrapper .document-library-grid-list {
  padding-left: 22%;
}
#full-width-wrapper {
  height: 100%;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
}
#full-width-wrapper #sidebar {
  width: 30%;
  height: 100%;
  overflow-y: auto;
  float: left;
  border-right: 1px solid #ccc;
  background: #fff;
}
#full-width-wrapper #document-content {
  width: 70%;
  height: 100%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
}
.examples-container {
  background: #fff;
  padding: 20px;
}
.examples-container .section {
  width: 50%;
  margin: 0 auto;
}
.examples-container ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
}
.examples-container a {
  text-decoration: none;
  color: #65a6fa;
}
.examples-container a:hover {
  color: #4766d7;
  text-decoration: underline;
}
.examples-container h3 {
  margin-bottom: 0px;
  margin-top: 40px;
}
.examples-container p {
  margin-top: 5px;
}
