
/* for jsp pages accessible from non-logged in users (ex; PL, CL linked to from public site)*/




#pageContent{
    position: relative;
    padding-right: 160px;
    min-height: 488px;
}

#joinOpts{
    position: absolute;
    right: -9px;
    top: 64px;
}
.btn.signup{
    font-size: 1.5em !important;
}

.btn {
    font-size: 1em !important;
}

.btn:hover {
    color: #fff;
}
