/* Cameron Pierce CSS template for "Thank You page" Updated for TAP version 1.1.1.20 */ /* turn off title, header/footer */ .page-top, .page-head, .page-footer { display: none!important; } /* get rid of white space at bottom */ .page-wrap { height: 100%!important; margin-bottom: 0px!important; } /* box with actual content, adjust width accordingly */ #thank-you-text { width: 600px!important; margin: 200px auto!important; box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2)!important; } /* add background color */ html, .page-wrap, .page-content, #formWorkflowSpace { background-color: #002F6C!important; }