#seven11six
{
    background: aliceblue;
    border: solid 1px silver;
    box-shadow: 2px 2px 4px grey;
    padding: 1rem;
    width: 20rem;
    margin: 0;
}

#seven11six input[name="search"]
{
    display: block;
    width: 12rem;
    margin: 0 auto;
}

#seven11six input[name="search"].disabled
{
    border: solid 3px red;
}

#seven11six button
{
    display: block;
    width: 8rem;
    margin: 0.5rem auto;
    text-transform: uppercase;
}

#seven11six button.hidden
{
    display: none;
}

#seven11six p
{
    text-align: center;
}

#seven11six p.message
{
    font-size: larger;
    margin: 0;
}


#slider-7116
{
    div
    {
        position: relative;

        img
        {
            width: 100%;
        }

        p
        {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, 60%);
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin: 0;
            padding: 16px;

            a
            {
                text-decoration: none;
                color: white;
            }
        }
    }
}

.max-45
{
    max-width: 45%;
}

dl.contacts-7116
{
    dt
    {
        padding-top: 0.5rem;
        font-weight: normal;
        font-size: smaller;
        text-decoration: underline;
    }
    
    dd
    {
    }
}