.grey-gradient {
  background: -moz-linear-gradient(top, rgba(235, 240, 245, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(235, 240, 245, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(235, 240, 245, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ebf0f5', endColorstr='#00000000', GradientType=0);
}

thead th {
  border-style: none !important;
}

tbody {
  border-top-width: 0px !important;
}

.bs-docs-section {
  margin-bottom: 60px;
}

.bs-glyphicons {
  overflow: hidden;
}

.bs-glyphicons-list {
  list-style: none;
}

.bs-glyphicons li {
  float: left;
  width: 12.5%;
  height: 115px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}

.bs-glyphicons i {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 32px;
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

#docPanels img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

#searchReset {
  cursor: pointer;
}