/**
 * Fichier commun pour ipowner 
 */
/* ajustements généraux */
body, html { height: 100%; }
table { border-collapse: collapse; border: 0px; border-spacing: 0px; }
button { margin-top: 0px; }

body.fancy { background: white url(../images/landingPageBackgroundFC.jpeg) no-repeat center center fixed; }
h1, h2, h3, h4 { font-family: sans-serif; } 
.frosted-block { padding: 1em 2em; border:1px solid silver; border-radius: 4px; background-color: #F4F6F6;  }
.info-panel { margin: 3em 2em; font-size: 12px; line-height: 1.8;}
.info-panel h1 { font-size: 16pt; }
.info-panel h2 { font-size: 14pt; }
.info-panel h3 { font-size: 12pt; }
.info-panel h4 { font-size: 11pt; font-weight: bold; }
.info-panel li { margin-left: 1em; }
.info-panel img { max-width: 100%; border: 1px solid silver; background-color: white; border-radius: 4px; padding: 6px 4px; }
.info-panel table { min-width: 25em; margin: 1em auto; background-color: #fefefe; }
.info-panel td, .info-panel th { padding: 0.5em; font-size: 12px; border: 1px solid #BBB; }