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