﻿
.dining-detail .reservation
{
    padding:0 110px 0 15px;
}


    @media only screen and (max-width: 1279px)
    {
        .dining-detail .reservation
        {
            padding: 0 0 0 15px;
        }
    }

        .no-mediaqueries.mq-1024px .dining-detail .reservation
        {
            padding: 0 0 0 15px;
        }

    .dining-detail .dress-code
    {
        float:left;
    }

    .dining-detail .helper-icon
    {
        display:block;
        float:left;
        height:20px;
        width:20px;
        background: transparent url(/files/the-peninsula-hotels/default/images/icons.png) no-repeat -11px -130px;
        margin-left: 7px;
        cursor:pointer;
        position:relative;
    }

        .dining-detail .helper-text
        {
            position: absolute;
            top: 50%;
            left: -9999em;
            margin-top: -50px;
            margin-left: 12px;
            padding: 20px;
            background: #fff;
            width: 180px;
            font: 13px/18px "Minion Italic", Times, "Times New Roman", serif;
            color: #666;
            opacity: 0;
            filter:alpha(opacity=0);
            -moz-transition: opacity .3s linear;
            -webkit-transition: opacity .3s linear;
            transition: opacity .3s linear;
            z-index: 5;
        }
    
        .dining-detail .helper-icon:hover .helper-text
        {
            opacity: 1;
            filter:alpha(opacity=100);
            left: 100%;
        }

    .dining-detail .dress-code-details
    {
        clear:left;
    }

    .dining-detail .reservation .button
    {
        margin-top:20px;
    }


/*****

    Meet the Chef
    
*****/

    .dining-detail .meet-the-chef
    {
    }

    .dining-detail .meet-the-chef .second-row
    {
        margin-top:20px;
        position:relative;
    }

        .dining-detail .meet-the-chef .details
        {
            text-align:center;
        }

        .dining-detail .meet-the-chef .details
        {
            white-space: nowrap;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            overflow: hidden;
        }

        .dining-detail .meet-the-chef .details .middle, 
        .dining-detail .meet-the-chef .details:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            white-space: normal;
        }

        .dining-detail .meet-the-chef .details:before {
            height: 100%;
        }

            .dining-detail .meet-the-chef .details blockquote
            {
                margin-bottom:15px;
            }