#graph {
  position: relative
}

#graph>.info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #eee;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  font-weight: 400;
  color: #000;
}

#graph>#oldVersion {
  position: absolute;
  bottom: 0;
  right: 5%;
  font-style: italic
}

#graph>#newVersion {
  position: absolute;
  left: 5%;
  bottom: 0;
  font-style: italic
}

#graph>#infobox {
  position: relative;
  top: 30px;
  font-style: italic;
  text-align: center;
  font-size: 14px;
}

.tbl_holder img {
  width: 100%;
}

.tbl_holder {
  width: auto;
  background: #333;
  background: var(--general-group-background-1);
  color: #fff;
  color: var(--main-color);
  position: relative;
  margin: 0
}

.tbl_holder:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #333;
  border-top-color: var(--general-group-background-1);
  border-width: 36px;
  margin-left: -36px;
  content: " "
}

.tbl_holder:nth-child(odd) {
  background: #555;
  background: var(--general-group-background-2)
}

.tbl_holder:nth-child(odd):before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #555;
  border-top-color: var(--general-group-background-2);
}

.tbl_holder:last-child:before {
  display: none !important
}

.tbl_holder .code .sample{
  background:#ddd;
  background:var(--general-group-background-3);
}

.tbl_holder:nth-child(odd) .code .sample{
  background:#eee;
  background:var(--code-sample-background);
}

#content .tbl_holder a {
  color: inherit !important;
}

#first {
  background: #fff
}

#first:before {
  border-top-color: #fff
}

.tbl {
  width: 100%;
  display: table;
  table-layout: fixed
}

.tbl_cell {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  position: relative;
}

.padded .content_holder h2, .padded .content_holder h2 span {
  letter-spacing: initial;
  font-weight: 400;
  padding-left: 0;
  border-bottom: 0;
  line-height: 1.5
}

.padded .content_holder h2 span {
  font-size: inherit;
}

.padded .content_holder h2:not(.glow), .padded .content_holder h2:not(.glow) span {
  background: transparent !important;
}

.tbl_cell:not(.text) {
  vertical-align: middle
}

#content .padded .content_holder h2 {
  z-index: 2;
  margin-left: 0
}

#content .tbl_holder .padded .content_holder h2 {
  color: #fff;
  color: var(--main-color);
  text-align: center;
}

.padded .content_holder h2:after,
.padded .content_holder h2:before {
  display: none
}

#information {
  text-align: center;
  background: #fafafa;
  background: var(--well-background);
  padding: 15px;
  border-radius: 5px;
  margin: 10px auto;
  font-family: "Oswald", var(--font-family-sans);
}

#content #information a {
  color: #333;
  color: var(--well-color);
  font-weight: 500;
  padding-left: 6px;
  padding-right: 5px;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  text-decoration: none;
}

#content #information a:not(:last-child) {
  border-right: 1px #aaa solid;
}

#content #information a:hover {
  color: #777;
}

@media only screen and (min-width: 1024px) {
  #content .padded .padded {
    padding: 65px
  }
}

@media print {
  #content .padded .padded {
    padding: 45px
  }

  .tbl_cell .image {
    display: none
  }
}

@media only screen and (min-width: 701px) {
  #content .padded .padded {
    padding: 45px
  }

  .tbl_cell .image {
    display: none
  }

  .tbl_cell img {
    display: none;
  }

  .tbl_cell .img {
    position: absolute;
    top: 35px;
    left: 25px;
    bottom: 35px;
    right: 25px;
    background-size: cover;
  }

  .tbl_cell .img.left {
    left: 0;
    border-radius: 0 5px 5px 0;
  }

  .tbl_cell .img.right {
    right: 0;
    border-radius: 5px 0 0 5px;
  }
}

@media only screen and (max-width: 700px) {
  #content .padded .padded {
    padding: 45px 15px 15px
  }

  .tbl_cell {
    display: table-row
  }

  .tbl_cell .content_holder.text {
    margin-bottom: 0
  }

  .tbl_cell:not(.text):not(.graph) {
    display: none
  }

  .tbl_cell .image {
    display: block;
    text-align: center
  }

  .tbl_cell .img {
    display: none;
  }
}

.deprecated {
  margin-left: 15px;
  display: inline-block;
  color: #f60;
}

.removed {
  margin-left: 15px;
  display: inline-block;
  color: #f00;
}

#main_info_holder {
  overflow: hidden;
  margin: 0 -15px;
  margin-top: -15px
}

@media only screen and (min-width:500px) {
  #main_info_holder {
    margin: 0 -25px;
  }
}

#hideSB {
  animation: sb_button 3s infinite;
}

@keyframes sb_button {
  0% {
    background: #66c571;
  }

  50% {
    background: #0d0;
  }
}

.main_image {
  position: relative;
  padding: 30px 0;
  max-width: 550px;
  margin: auto;
}

.main_text {
  max-height: 100px;
}

.main_image .left_arrow, .main_image .right_arrow {
  position: absolute;
  left: 0;
  top: 5%;
  height: 80%;
}

.main_image .right_arrow {
  left: auto;
  right: 0;
}

.viewports {
  border: 1px #aaa solid;
  margin: 10px;
}

.viewports img {
  display: block;
}
