.ui-datepicker-quarter-div {
    width: 100%;
    height: 80px;
}
.ui-datepicker-quarter-slider {
    position: relative;
    top: 20px;
    left: 10%;
    width: 80%;
}

h3.ui-datepicker-quarter-title {
    position: relative;
    margin: 0;
    line-height: 20px;
    top: 2px;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 12px;
}

ul.ui-datepicker-quarter-quarters {
    position: relative;
    list-style-type: none;
    top: 21px;
    left: 8%;
    width: 84%;
    font-size:11px;
    margin: 0 0 0 0;
    
}

.ui-datepicker-quarter-quarters > li {
    position:relative;
    display:block;
    float: left;
    padding: 0;
    width: 30%;
    text-align: right;
}

.ui-datepicker-quarter-quarters > li.first-quarter {
    width: 10%;
    text-align: left;
}