@import "flive-vars";

.body-container {
  align-items: center;
  margin-bottom: auto;
}

.white {
  color: $flive-text-dark-grey;
}
.grey {
  color: black;
}
.section {
  padding-right: 5px;
  padding-left: 10px;
  border-right: 1px solid $flive-medium-grey;
  line-height: 1.7em;
  :last-child > & {
    border-right: none;
  }
}
