#deliveryDateTime_block_top{
    font-weight:bold;
    color: red;
    border-radius: 10px;
    #background-color: #fdeb00;
    background-color: snow;
    padding: 2px;
    font-size: 14px;
    margin: 2px;
    margin-bottom: 4px;
    margin-right: 12px;
}

.ddtDaySelect, .ddtHourSelect{
    font-family: arial;
    font-size: 15px;
    border-radius: 8px;
    padding: 8px;
    font-weight:bold;
    color: white;
    border:0;
    background-color: #ec1620;
    margin: 2px;
    box-shadow: -7px -7px 5px -5px rgba(0,0,0,0.5);
}

.ddtDaySelect {
	min-width: 200px;
}

.ddtHourSelect{
    width:80px;
    
}