body {
    padding: 0;
    margin: 0;
    background: #957d61 url('../../images/background.jpg') no-repeat center center fixed;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    font-size: 22pt;
    font-weight: bold;
}
@media screen {
    #wrap {
        background: rgba(255,255,255,0.5);
        max-width: 840px;
        margin: 0 auto;
    }
}
@media print {
    body {
        padding: 0;
        margin: 0;
        background: transparent;
        font-size: 18px;
        font-weight: bold;
    }
    #wrap {
        background-color: transparent;
    }
    div#wrap div#header h1 a img.icon {
        display: none;
    }
    
    a.button,
    .icon {
        display: none;
    }
}
/* end print */

h1 {
    color: #000000;
    font-size: 6.0vw;
    font-weight: bold;
    font-family: "News706 BT", serif;
    display: block;
    margin: 2px;
    padding: 0;
}
h1 a.button {
    top: 13px;
    position: absolute;
}
h1 a.social {
    top: -14px;
    left: 20px;
    position: relative;
    margin: 0 -23px;
}

#button_area {
    width: 100%;
    text-align: left;
    padding-left: 10px;
}
a.button {
    border: 2px solid #333333;
    border-radius: 6px;
    font-size: 16pt;
    background: rgba(255,255,255,1.0);
    padding: 2px 12px;
    margin: 2px 26px;
} 
h2 {
    color: #000000;
    font-family: "News706 BT", serif;
    font-weight: bold;
    font-size: 28pt;
    text-decoration: underline;
    text-align: center;
}
h4,
h3 {
    color: #000000;
    font-size: 22pt;
    font-weight: bold;
    font-family: "News706 BT", serif;
    display: inline-block;
    margin: 2px;
    padding: 0;
}
img.icon {
    margin-bottom: -6px;
    height: 30px;
}
h4 span {
    color: #ff0000;
    text-decoration: underline;
}
p {
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
}
p span.red {
    color: #ff0000;
}
#header {
    text-align: center;
}

#welcome {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.welcome {
    font-size: 24px;
    background-color: white;
    padding: 3px 12px;
    margin: 0px 5px;
    border-radius: 6px;
}
 
#content {
    padding-top: 0px;
    padding-bottom: 32px;
}
#content p a img {
    margin-bottom: -5px;
    margin-right: 6px;
}
.cancel {
    text-decoration: line-through;
}
.red {
    color: red;
}
.rules {
    color: red;
    font-style: italic;
}
.deterset {
    float: right;
    padding-right: 60px;
}
#footer {
    width: 100%;
    max-width: 840px;
    border-top: 1px solid #000000;
    background-color: #FFFFFF;
    font-size: 14pt;
    clear: both;
    position: fixed;
    bottom: 0px;
}
.wrapper {
    width:300px;
    border:1px solid #ccc;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    float:left;
}

.top {
    margin:5px;
    border-bottom:2px solid #e1e1e1;
    float: left;
    width:290px;
}

.single {
    margin:5px;
    border-bottom:1px dashed #e1e1e1;
    float:left;
}

.img {
    float:left;
    width:60px;
    text-align:center;
    margin:5px 5px 5px 0px;
    border-right:1px dashed #e1e1e1;
}

.text {
    width:220px;
    float:left;
    font-size:10px;
}

a {
    text-decoration: none;
    color: #3b5998;
}
/*--------------------------------------------------------------------------
                      -- Smaller screen width (Cell Phone) --
----------------------------------------------------------------------------*/
@media only screen and (min-width : 220px) and (max-width : 380px)
{
    body {
        font-size: 12pt;
        background: #957d61 url('../../images/background-mini.jpg') no-repeat top center fixed;
        background-size: 530px auto;
    }
    h1 {
        font-size: 9.7vw;
    }
    
    h1 a.social {
        top: 25px;
        right: -227px;
        position: relative;
        margin: 0 -23px;
    }
    
    h2 {
        font-size: 14pt;
    }
    h3 {
        font-size: 16pt;
        margin-top: 8px;
    }
    h4 {
        font-size: 12pt;
    }
    img.icon {
        margin-bottom: -5px;
        height: 16pt;
    }
    .welcome {
        font-size: 14px;
    }
    .deterset {
        display: none;
    }
    
    table.login {
        font-size: 1.3em !important;
    }
    .ui-widget input {
        font-size: 1.1em !important;
    }
    #button_area {
        width: 100%;
        text-align: left;
        padding-left: 24px;
    }
}

