/* this must be the last import - this one will contain the substituted variables */
/* Mixins */
/**
    Be as precise as possible when applying this style!
    overflow: hidden; used here will cause the element to get its own render layer.
    This is a huge performance drawback when applied to a lot of elements in the table!
 */
cf-cplace-layout-tabs-widget .cplace-layout-tabs-widget-navigation {
  margin-bottom: 15px;
}
cf-cplace-layout-tabs-widget .cplace-layout-tabs-widget-navigation .cf-cplace-layout-tabs-widget-button {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 5px 10px;
  color: #9fa1a2;
  transition: color 0.2s;
  margin-right: 2px;
  line-height: 1.53846154;
  position: relative;
  display: block;
}
cf-cplace-layout-tabs-widget .cplace-layout-tabs-widget-navigation .active .cf-cplace-layout-tabs-widget-button {
  color: #333333;
}
