/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
.xrx-core-divider-top {
  border-top: 1px solid #ebebeb;
}

.xrx-core-divider-bottom {
  border-bottom: 1px solid #ebebeb;
}

.xrx-core-divider-left {
  border-left: 1px solid #ebebeb;
}

.xrx-core-divider-right {
  border-right: 1px solid #ebebeb;
}
