/* 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
 */

/* Fix captions */
/* line 2, templates/rt_fluent/custom/scss/custom.scss */
figure {
  display: table;
}
/* line 5, templates/rt_fluent/custom/scss/custom.scss */
figure.pull-center, img.pull-center {
  margin-left: auto;
  margin-right: auto;
}
/* line 9, templates/rt_fluent/custom/scss/custom.scss */
figcaption {
  display: table-caption;
  caption-side: bottom;
}
/* line 13, templates/rt_fluent/custom/scss/custom.scss */
figure.pull-left, img.pull-left {
  float: left;
}
/* line 17, templates/rt_fluent/custom/scss/custom.scss */
figure.pull-right, img.pull-right {
  float: right;
}
/* line 21, templates/rt_fluent/custom/scss/custom.scss */
img.pull-left {
  margin-right: 10px;
}
/* line 24, templates/rt_fluent/custom/scss/custom.scss */
img.pull-right {
  margin-left: 10px;
}
/* line 27, templates/rt_fluent/custom/scss/custom.scss */
.text-left {
  text-align: left;
}
/* line 30, templates/rt_fluent/custom/scss/custom.scss */
.text-center {
  text-align: center;
}
/* line 33, templates/rt_fluent/custom/scss/custom.scss */
.text-right {
  text-align: right;
}
/* End fix captions */
/*# sourceMappingURL=custom_26.css.map */