﻿/*
 * Print stylesheet for Evolution terms & conditions acceptance and viewing 
 * pages.
*/

/* enforce certain attributes everywhere */
* { overflow: visible !important; color: Black !important; 
    height: inherit !important; }
    
/* don't want UI controls on the printed page */
.buttons, .language-picker-panel { display: none; }

/* spacing under the logo */
.fsi-logo { margin: 0 0 4em 0 !important; }

/* this is copied over from non-print stylesheet */
.texts > * {display: none; }
.texts .selected { display: block; }

script {height: 0; width: 0;}

