.month-picker {display:inline-block;position:absolute;z-index:9999;width:300px;background-color:#fff;border-radius:0;border:1px solid #606372}
.month-picker table{border-collapse:collapse;border-spacing:0}
.month-picker td{padding:0;margin:0;height:100%;vertical-align:top;}
.month-picker .ui-button-text{padding:.4em 0}
.month-picker-year-table{width:100%;-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}
.month-picker-year-table a{border:1px solid transparent}
.month-picker-year-table .ui-button{cursor:pointer;width:44px;height:100%;margin:0;border-radius:0;}
.month-picker-year-table .month-picker-title{text-align:center;vertical-align:middle;}
.month-picker-year-table .month-picker-title .ui-button{font-size:18px;font-family:'Roboto', 'sans-serif';padding:0;width:100%;font-weight:700}
.month-picker-year-table .ui-button-text{font-weight:600;padding:0;height:100%;vertical-align:top;display:inline-block;line-height:46px;}
.month-picker-month-table td{height:43px;text-align:center}
.month-picker-month-table .ui-button{width:4.2em;margin:.2em}
.month-picker-open-button{height:20px;width:20px;vertical-align:bottom}
.month-picker-invalid-message{display:none;background-color:#ff0}
.month-picker-disabled{background-color:#e1e1e1}