.bi-border {
  border: 1px solid #ebebec; }

.bi-border--top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ebebec; }

.bi-border--right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ebebec; }

.bi-border--bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebec; }

.bi-border--left {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ebebec; }

.bi-no-border {
  border: 0 !important; }
