html.pd3 body div#head div#headInner .localLogo {
    background-image: url(logo.jpg);
    background-size: auto 87px;
    width: 88px;
    height: 88px;
    right: 10px;
}

#termsOfUse {
    background: silver !important; 
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

#termsOfUse .content {
    max-width: 700px;
    font-size: 1.6em;
    margin: 0 auto;
    background: white;
    padding: 7px 20px;
}

#termsOfUse p.btn {
    text-align: right;
}

#termsOfUse .link {
    text-indent: -1em;
    font-size: 1.5em;
    text-align: center;
}

#termsOfUse .link .icon {
    vertical-align: sub;
    background: none;
    color: black;
    float: none;
    font-size: 1.5em;
}
