.year-filter {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem; }
  .year-filter .btn {
    border-radius: 0;
    border: unset;
    border-bottom: 1px solid #7BC6D2;
    font-weight: bold; }
    .year-filter .btn-primary {
      background: #7BC6D2;
      color: white; }
    .year-filter .btn-secondary {
      background: white;
      color: #7BC6D2; }
