// Docs style

.docs-wrapper {
  .docs-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 26px 0 26px;
  }
}

.docs-sidebar-wrapper {
  //width: 250px;
  //margin-right: 20px;
  //flex: 0 0 250px;
}

.docs-main-wrapper {
  //max-width: 940px;
  flex: 1;
}

.docs-content-loading {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.docs-footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.ice-container-doc {
  padding: 20px 40px;
}
@media (min-width: 750px) {
  div.ice-container-doc {
    padding: 5px 10px;
  }
}
