@import 'flive-vars';

.container {
  list-style: none;
  &.right:last-child {
    margin-left: auto;
  }
}

.inner-component {
  @include title-font-light();
  color: #3e3e3e;
  text-decoration: none;

  &.bold {
    @include title-font();
  }

}
a.inner-component:hover {
  text-decoration: underline;
}
p.container {
  margin: 0 0 .5rem 0;
}
.align-right {
  text-align: right;
}
