/* @trumpf/ux.integration-web-styleguide v5.20.10 */ 
.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.service-times-modal__text {
  color: #727272;
}
.service-times-modal__text span {
  color: #727272;
}

/*# sourceMappingURL=service-times-modal.css.map */
