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

/* -------------- DO NOT DELETE THIS CODE  ----------

LISTS CAN SCROLL HORIZONTALLY - ESP. ON PHONES */
.fabrikDataContainer {
  overflow-x: scroll;
  /* allow scrollbar */
  margin: 0px 0px 10px 0px;
}
::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: #eeeeee;
  /* optional: hide scrollbar */
}
/* scrollbar position indicator */
::-webkit-scrollbar-thumb {
  background: #d9ff03;
  /* optional: color scrollbar */
}
/*-------------- DO NOT DELETE ABOVE CODE  ---------- */
/* SETS ALL ELEMENTS TO TOP OF ROW */
tr, td, th {
  vertical-align: top;
}
/*# sourceMappingURL=custom_31.css.map */