 table tbody>tr:nth-child(odd)>td 
    {
        background-color: transparent;
    }
    table tbody>tr:nth-child(even)>td 
    {
        background-color: transparent;
    }
    table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th
    {
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        padding-bottom:20px !important;
    }
    table tbody>tr:nth-child(odd)>td
    {
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        padding-top:20px !important;
        padding-bottom:20px !important;
        padding-left: 15px !important;
        padding-right:15px !important;
    }
    table tbody>tr:nth-child(even)>td
    {
        border: none !important;
        padding-top:35px !important;
        padding-bottom:0px !important;
    }

    #shortcodeTable td.icon {
        padding-left: 0px !important;
    }

    table 
    {
        font-size:.9em;
    }
    td ,th
    {
        text-align:left;
    }

    .textBlue
    {
        color:#55B1E5;
        font-size:22px;
        font-weight:400;
    }
    
    .arrow
    {
        margin-top: 6px !important;
    }
    .loadData
    {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center !important;
    }
    .mobile_textBluelarge
    {
        color:#55B1E5;
        font-size:16px;
        font-weight:500;
    } 
        
   span.overnight, span.day-call {
        color: white;
        font-size: 0.8rem;
        padding: 3px;
    }

    td.overnight, td.day-call {
        vertical-align: middle;
        text-align: center;
        color: white;
        font-size: 1rem;
    }

    td.overnight, span.overnight {
        background-color: #1370d3 !important;
    }

    td.day-call, span.day-call {
        background-color: #098522 !important;
    }


    td.cruise-company, tr.mobile_Tr td.icon, td.icon {
        vertical-align: middle;
    }
