.ElementName {
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-shadow: 5px 5px 5px #cccccc;
  border: 1px solid #000000;
  border-collapse: collapse;
  max-width: 650px;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
ul.plain,
ul.plain ul {
  list-style-type: none;
}
.ElementName td,
.ElementName th {
  vertical-align: middle;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  text-align: left;
  padding: 7px;
  font-weight: normal;
  color: #000000;
}
.ElementName th {
  background-color: #eaeaea;
  color: #000000;
}
div.PathWrapper {
  margin-left: 24px;
}
#page-content p.ElementPath {
  font-family: Lucida, Monospace;
  color: #888888;
  padding: 0px;
  margin: 0px 0px 3px 0px;
  width: 100%;
  text-indent: -28px;
  line-height: 12px;
}
.ElementTitle {
  background-color: #eaeaea;
  padding: 5px 5px 5px 10px;
}

.ElementTitle .Number {
  background-color: transparent;
  float: left;
  padding-right: 10px;
  padding-left: 5px;
}
.IndexNumber {
  float: right;
  padding-right: 8px;
}
.ElementName dt {
  font-weight: normal;
}
.ElementName dd {
  color: #888888;
}
.ElementList {
  float: left;
  width: 290px;
  padding-left: 5px;
}
.ElementListContainer {
  background-color: transparent;
  border-style: solid;
  border-width: 1;
  border-color: #eaeaea;
  padding-left: 20px;
  padding-bottom: 10px;
}
#page-content p.ElementItem {
  margin-top: 0px;
  margin-bottom: 0px;
}
.First {
  margin-top: 10px !important;
}
.First a {
  font-weight: bold;
}
#page-content p.ElementItem a {
  text-decoration: none;
}
#page-content p.ElementItem span {
  display: inline-block;
  width: 25px;
  color: #a0a0a0;
}
#page-content p.ElementPath a {
  text-decoration: none;
  color: #888888;
}
#page-content span.Slash {
  color: #4040a0;
}
#page-content table.ElementName a {
  text-decoration: none;
}

div.code-macro__language {
  display: none;
}

/* CUSTOM CSS */
div.search {
  float: right;
}
div.search input {
  border-radius: 4px;
  border-style: none;
  height: 30px;
  padding: 5px 10px;
  font-family: Helvetica;
  outline: none;
  margin: 20px;
}

/* .wiki-content h1{
    font-size: 70px;
  } */

@media screen and (max-width: 1024px) {
  #ht-headerbar img {
    padding: 12.5px;
    height: 25px;
  }

  div.search input {
    margin: 5px;
  }

  .wiki-content h1 {
    font-size: 40px;
  }
}

div.landing-page-item {
  border-color: #a2c644;
  border-radius: 4px;
  border-style: dashed;
  padding: 10px;
  margin: 10px;
  float: left;
  height: 380px;
  width: -webkit-fill-available;
}

@media screen and (min-width: 1300px) {
  div.landing-page-item {
    max-width: 350px;
    width: calc(300px + 20%);
  }
}
div.button {
  margin: 20px 0;
}
#main-content div.button a {
  color: white;
  background: #a2c644;
  border: 1px solid #a2c644;
  padding: 11px 50px 11px 50px;
  font-size: 1.2rem;
  text-decoration: none !important;
}

#main-content div.button a:hover {
  background: none;
  color: #a2c644;
}

/* Used for delta highlighting */
span.red,
del {
  background-color: #ffbebe;
}
span.green,
ins {
  background-color: #c0ffbf;
}
/* Switch on horizontal scroll bar for panel contents */
div.panelContent {
  overflow-x: scroll;
}
/* link buttons */
p.doclinks > a {
  text-decoration: none;
  background: #eee;
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 5px;
}
p.doclinks > a:hover {
  color: white;
  background: #96c11e;
  border: 1px solid #004b96;
}
p.doclinks > a + a {
  margin-left: 10px;
}
p.doclinksmerge > a {
  text-decoration: none;
  background: #eee;
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 5px;
}
p.doclinksmerge > a:hover {
  color: white;
  background: #f19200;
  border: 1px solid #878787;
}
p.doclinksmerge > a + a {
  margin-left: 10px;
}
p.doclinkscompare > a {
  text-decoration: none;
  background: #eee;
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 5px;
}
p.doclinkscompare > a:hover {
  color: white;
  background: #66a1c3;
  border: 1px solid #878787;
}
p.doclinkscompare > a + a {
  margin-left: 10px;
}

div.panel {
  border: 1px solid #dfe1e5;
  border-radius: 3px;
  padding: 10px;
}
p.space-overview__hero__header__content__intro--intro {
  display:none;
}