
#wrapper{
   z-index: -1;
}

#page-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.67);
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
}

#title-top{
    color: #e6e6e6;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Helvetica";
    font-weight: 100;
}

#img-title-top{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto;
}

#img-title-top img{
    height: 50px;
    width: auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#img-title-top img:hover{
    opacity: 1.0;
    filter: alpha(opacity=100);
}

footer .icon > .label{
    display: block;
}

#questionModal {
    z-index: 1100;
}  

#questionModal button.close{
    box-shadow: none;
}

#modalQButtonCancel{
    color: white !important;
}

#modalQTitle{
    font-size: 1.8rem;
}

.spop-body,
.spop-title,
.spop-body a,
.spop-body a:hover,
.spop-body p{
     color: white; 
     text-decoration: none;
     font-size: 12pt;
     font-weight: 400;
}

