/**
 * acclip.css
 * Cascading Style Sheet for the ACCLIP forecast viewer.
 *
 * Author:  Carl Drews
 * Created: December 29, 2021
 */

<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;
}
</style>

