.bi-space-h__self {
  margin-right: 10px; }

.bi-space-v__self {
  margin-top: 10px; }

.bi-space-h > *:not(:last-child),
.bi-s-h > *:not(:last-child) {
  margin-right: 10px; }

.bi-space-v > *:not(:first-child),
.bi-s-v > *:not(:first-child) {
  margin-top: 10px; }

.bi-space-h--x15 > *:not(:last-child),
.bi-s-h--x15 > *:not(:last-child) {
  margin-right: 15px; }

.bi-space-h--x2 > *:not(:last-child),
.bi-s-h--x2 > *:not(:last-child) {
  margin-right: 20px; }

.bi-space-h--x3 > *:not(:last-child),
.bi-s-h--x3 > *:not(:last-child) {
  margin-right: 30px; }

.bi-space-h--x05 > *:not(:last-child),
.bi-s-h--x05 > *:not(:last-child) {
  margin-right: 5px; }

.bi-space-v--x15 > *:not(:first-child),
.bi-s-v--x15 > *:not(:first-child) {
  margin-top: 15px; }

.bi-space-v--x2 > *:not(:first-child),
.bi-s-v--x2 > *:not(:first-child) {
  margin-top: 20px; }

.bi-space-v--x3 > *:not(:first-child),
.bi-s-v--x3 > *:not(:first-child) {
  margin-top: 30px; }

.bi-space-v--x05 > *:not(:first-child),
.bi-s-v--x05 > *:not(:first-child) {
  margin-top: 5px; }
