
/* Guide */
.guide-step {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #AAA;
}
.guide-step:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 10px)  {
  .guide-title-top {
    display: block;
  }
  .guide-title-side {
    display: none;
  }
}
@media (min-width: 992px)  {
  .guide-title-top {
    display: none;
  }
  .guide-title-side {
    display: block;
  }
}

/* Guide Image Container */
.guide-images {
  float: left;
  box-sizing: border-box;
}
@media (min-width: 10px)  {
  .guide-images {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px)  {
  .guide-images {
    width: 70%;
    padding-right: 20px;
  }
}
.guide-image-main {
  position: relative;
}
.guide-image-main img {
  width: 100%;
  margin:0px;
}
.guide-image-thumbs {
  text-align: center;
}
.guide-image-thumbs img {
  height: 64px;
  margin: 4px 2px;
  cursor: pointer;
  border: solid 1px #888;
  display: inline-block;
}
.guide-image-caption {
  color: #FFF;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 2em;
}

/* Guide Main Container (Non Images) */
.guide-main {
  float: left;
  box-sizing: border-box;
}
@media (min-width: 10px)  {
  .guide-main {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px)  {
  .guide-main {
    width: 70%;
    padding-right: 20px;
  }
}
.guide-main pre  {
  margin: 0;
}
.guide-main img {
  max-width: 100%;
}

/* Guide Text Container */
.guide-text {
  float: right;
  box-sizing: border-box;
}
@media (min-width: 10px)  {
  .guide-text {
    width: 100%;
  }
  .guide-text h2 {
    data-move: true;
  }
}
@media (min-width: 992px)  {
  .guide-text {
    width: 30%;
  }
}
.guide-text h1, .guide-text h2, .guide-text h3, .guide-text h4, .guide-text h5, .guide-text h6 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.guide-text ul {
  padding-left: 20px;
  margin: 0.5em 0px;
}