/**
 * firex-aq.css
 * Cascading Style Sheet for the FIREX-AQ forecast viewer.
 *
 * Author:  Carl Drews
 * Created: January 4, 2022
 */

<style type="text/css">
#wrap_pagecontent a {
   font-weight: bold;
}

/* Use full width of the screen. */
div#content {
   width: 98%;
}

div#wrap_pagecontent {
   width: 98%;
}

div.plot-column {
   float: none;
}

div.plot-column img.korus-aq {
   width: 98%;
}

p.forecast-sidebar {
   width: 320px;
}

span.red_text {
   color: red;
}

</style>

