<!--
map.css
Cascading Style Sheet for the WACCM Chemical Map.
CSS styles can no longer be inline because of
a new Content Security Policy.

Author:		Carl Drews
Created:	Janary 2022
--->

<style type="text/css">
body {
   font-family: Arial,Helvetica,Sans Serif;
   font-size: 12pt;
}

div#map {
   width: 99%;
   height: 600px;
}

div#status {
   width: 90%;
   height: 10%;
}

div#plots {
   position: absolute;
   top:1.2%; right:2%;
}

img#plot01_thumb {
   height: 200px;
}

</style>

