.SelectMonthButtonContainer {
    display: flex;
    justify-content: center;
    padding: 20px;
}

#MonthSelectorSelectInput {
    font-size: 14px;
}

#MonthSelectorLabel_ThisMonth,
#MonthSelectorLabel_LastMonth {
    font-size: 14px;
    color: #777;
}