div.fc-timegrid-slots table tr:nth-child(-n + 14) {
    display: none;
}
div.fc-timegrid-slots table tr:nth-last-child(-n + 4) {
    display: none; 
}