﻿/*BEGIN -- to override font-size defined in ddMenu.css*/
/*
.dd
{
    font-size: 12px;
}
*/
/*END -- to override font-size defined in ddMenu.css*/


/*BEGIN -- to fix Calendar font-size for Tamil*/
/*
.ui-datepicker table tbody
{
    font-size: 15px;
}
*/

/*
.ui-datepicker table th
{
    font-size: 9px;
}
*/

/*
@media screen and (max-width: 500px)
{
    .ui-datepicker table th
    {
        font-size: 8px;
    }

    .ui-datepicker table tbody
    {
        font-size: 12px;
    }

    .ui-datepicker .ui-datepicker-title
    {
        font-size: 0.8em;
    }
}
*/
/*END -- to fix Calendar font-size for Tamil*/


.holidays-offer-gray-box-desc
{
    font-size:10px;    
}

.div-multicity-custom
{
    padding-top:40px;
}

#div-multi-city a
{
    font-size:13px;
}