/*
==============================
Borders
==============================
*/

.border-1 {
  border-width: 1px;
  border-style: solid;
}
.border-top-1 {
  border-top: 1px solid;
}
.border-bottom-1 {
  border-bottom: 1px solid;
}
.border-right-1 {
  border-right: 1px solid;
}
.border-top-2 {
  border-top: 2px solid;
}
.border-bottom-2 {
  border-bottom: 2px solid;
}
.br-0 {
  border-radius: 0;
}

@media (min-width:992px) {
  .border-lg-right-1 {
    border-right: 1px solid;
  }
  .border-lg-bottom-1 {
    border-bottom: 1px solid;
  }
}
