/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* weather/style.css */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* weather sheet */

  div.gen_page {
    width: 800px;
    margin: 2ex auto;
  }
  div.weather_sheet {
    border: 1px solid #cccccc;
  }
  div.weather_sheet div.statblock div.section {
    border: 1px solid #cccccc;
    margin-bottom: 1ex;
  }
  div.weather_sheet div.key {
    text-align: right;
  }
  div.weather_sheet div.section.walled {
    border: 1px solid #cccccc;
  }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* media */

  @media screen {
    .print_only { display: none; }
  }
  @media print {        
    .layout_header { display: none; }
    .layout_footer { display: none; }
    .screen_only { display: none; }
    .print_only { display: block; }
  }   

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
