/*
 *  The CSS styles are for the background and basic tiling.
 *
 *  Author: Griff Young - g dot young at bom dot gov dot au
 *  Copyright: 2015, Commonwealth of Australia, Bureau of Meteorology.
 */

table { background-color: #EEFFEE; border-spacing: 15px; table-layout: fixed; }

td { background-color: #DDEEFF; padding: 10px; vertical-align: top; }

.centered { text-align: center; }

.heading { font-size: 2em; font-weight: bold; }

.product_group { font-size: 1.2em; font-weight: bold; text-align: center; }

.product_subgroup { font-size: 1.1em; font-weight: bold; }

/* End of CSS */
