/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.custom-div {
  display: table;
  width: 100%;
}
.custom-tab-sx {
  display: table-cell;
  vertical-align: middle;
  margin: 10px;
  width: 65%;
}
.custom-tab-sx2 {
  display: table-cell;
  vertical-align: middle;
  margin: 10px;
  width: 50%;
}
.custom-tab-dx {
  display: table-cell;
  vertical-align: middle;
  margin: 10px;
  width: 25%;
}
.custom-tab-dx2 {
  display: table-cell;
  vertical-align: middle;
  margin: 10px;
  width: 20%;
}
.custom-img {
  float: right;
}
.custom-author {
  text-align: right;
}
/*50rem*/
@media screen and ((max-width: 85rem)) {
  .custom-tab-sx {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
  .custom-tab-sx2 {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
  .custom-tab-dx {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
  .custom-tab-dx2 {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
  .custom-img {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .custom-author {
    text-align: center;
  }
}
/*# sourceMappingURL=custom_12.css.map */