.xx_border_bottom,
.xx_border_top,
.xx_border_all {
	border-color: #f1f1f1;
	border-style: solid;
}
.xx_border_all {
	border-width: 1px;
}
.xx_border_top {
	border-top-width: 1px;
}
.xx_border_bottom {
	border-bottom-width: 1px;
}
.xx_border_none {
	border: none !important;
}
.xx_border_round {
	border-radius: 4px;
}
.xx_border_round_bigger {
	border-radius: 24px;
}
[class*="xx_border_"].no_first,
[class*="xx_border_"].no_last {
	box-shadow: none;
}
[class*="xx_border_"].no_first:first-child,
[class*="xx_border_"].no_last:last-child {
	border: none;
}

.xx_shadow_all {
	box-shadow: -2px 2px 8px 0px rgba(105, 105, 105, 0.15), 0px 3px 6px 1px rgba(105, 105, 105, 0.15);
}