p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

.header-section-number{
  color: #7100ff;
}

.title{
  color: #7100ff;
}

.hasAnchor{
  color: #7100ff;
}




.img-text-box {
  display: flow-root;
}



.imige-left {
			max-width: 30%;
			float: left;
			border: 0;
			margin-right: 1%;
			text-align: center;
}

.imige-right {
			max-width: 30%;
			float: right;
			border: 0;
			margin-left: 1%;
			text-align: center;
}


.imige-right img, .imige-left img  {
  margin: 0;
}

.imige-center, .imige-center-100  {
  text-align: center;
}


.imige-center img  {
  margin:0;
  width: 60%;
}

.imige-center-100 img  {
  margin: 0;
  width: 100%;
}




@media(max-width: 600px){
  .img-text-box{
    display: flex;
    flex-flow: row wrap;

  }

  .imige-left, .imige-right {
    max-width: 90%;
    border: 0;
    text-align: center;
    margin: 0 auto;
    
  }

  .text-box {
    display: block;
  }
  .imige-right img, .imige-left img  {
    align-items: center;
  }
  
}
