body
{
    background: #681889 url("/Images/cce_background.png");
    background-attachment: fixed;
    font-family: verdana;
    font-size: 12px;              
    background-size: 105% auto !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;               
}

.panel
{
    background: #E2B1E2 url("/Images/cce_panelbg.png");
}

.container
{
    width: 980px;
}

.panel-body-theme
{
    color: {text};
    border-color: #fff;
}

.panel-gradient
{
    color: #fff;
    background-image: linear-gradient(#323232, {background});
    border: 1px solid #777;
}

.panel-heading-theme
{
    color: #fff;
    background-color: #632C63;
    border-radius: initial;    
}
.panel-theme
{
    border: none;
    border-radius: initial;
}
.panel-title
{
    font-family: verdana;
    font-size: 14px;
}
.btn
{
    font-size: 12px;
}
li
{
    font-size: 12px;
}
.form-control
{
    font-size: 12px;
}
.heavy
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.heavy-sm
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.team-row {
        border-bottom: 1px dashed {text}
    }
    .confirmation-footer{
        text-align: center;
        border-top: 1px solid {text}
    }