/** Adapt stylesheet for Paramount Custom */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/** 
 * These are specific to the newer, inline HTML implementation.
 * They should match what is in our Deliverable index.htm
 */

p:first-child { margin-top: 0; }
p:last-child { margin-bottom: 0; }

/** 
 * These are specific to the older, iframed version. They can 
 * be removed once we have completely fazed that out.
 */

#ad {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}
