.month-picker.ui-widget.ui-widget-content {
    font-size: 13px;
}

.month-picker.ui-widget.ui-widget-content .month-picker-previous .ui-button,
.month-picker.ui-widget.ui-widget-content .month-picker-next .ui-button {
    padding: 0;
    float: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin: 0;
}


.month-picker.ui-widget.ui-widget-content .month-picker-previous .ui-button .ui-button-icon,
.month-picker.ui-widget.ui-widget-content .month-next-previous .ui-button .ui-button-icon{
    margin: 0;
    top: 0;
}

.ui-widget-header.month-picker-header {
    padding: 6px;
    margin: 0;
    background: none;
    border: none;
}


.month-picker-year-table,
.month-picker-year-table tbody,
.month-picker-year-table tbody tr,
.month-picker-year-table tbody tr td {
    display: block;
}

.month-picker-year-table tbody tr {
    display: flex;
    align-items: center;
    background-color: white;
}

.month-picker-year-table tbody tr .month-picker-previous {
    margin-right: 8px;
}

.month-picker-year-table tbody tr .month-picker-title {
    flex: 1;
}

.month-picker-year-table tbody tr .month-picker-next {
    margin-left: 8px;
}


.month-picker-year-table tbody tr td .ui-button {
    color: #454545;
    text-decoration: none;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;cursor: pointer;

}
