.code-intro,
.col-expand {
  float: left;
  width: 100%;
  display: none;
  padding-bottom: 10px;
}

.code-intro {
    display: block;
}

.section-tabs .info-block .text-with-button {
    padding-left: 0;
}

.code-intro .code-intro-container {
  position: relative;
}

#n1ql .links,
.code-intro .links {
  float: left;
  width: 100%;
  text-align: right;
  padding: 18px 23px;
}

#n1ql .links {
  padding: 18px 0;
}

#n1ql .links>a:hover:after,
.code-intro .links>a:hover:after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.black-box {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #272822;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 767px){
  #n1ql .links, .code-intro .links{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: flex-end;
  }

}
@media (max-width: 991px) {

    .code-intro .links>a:after,
    #n1ql .links>a:after {
        height: 0px;
    }

    .code-intro .links>a:hover,
    #n1ql .links>a:hover {
        text-decoration: none;
    }
}