﻿div#HeaderContainer {
    background: url('../Images/HeaderBackground.jpg') center no-repeat black;
    background-size: cover;
    height: 190px;
    min-width: 980px;
}

div.FusionWokHeader {
    background: url('../Images/Logo.png') no-repeat center center;
    height: 150px;
    width: 980px;
    margin: 0px auto;
    padding-top: 40px;
}

div.AllergyWarning
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,cc0000+100;Red+Flat */
    background: #cc0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */

    border: 2px solid #cc0000;
    
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px;
    
    padding: 3px;
    width: 485px;
    margin: 0 auto 10px auto;
    color: white;

    font-weight: normal;
    font-size: 14pt;

    text-align: center;
}

div.AllergyWarning p
{
    padding: 0;
    margin: 10px 0px 10px 0px;
}

div.GroupNameHeading {
    text-align: justify;
}

table.OpeningTimesTable {
    font-weight: bold;
}

#ReviewSendFeedback p {
    text-align: justify;
}