/* waccm.css
   Style sheet for WACCM web site.

   Author: Carl Drews
   Created: October 2, 2017
*/



div.airplane_background {
   background-image: url(airplane.jpg);
   width: 97%;
   font-size: 16pt;
   font-weight: bold;
}

table.full_width {
   width: 100%;
}

td.right_justify {
   float: right;
}

ul#airplane_background {
   color: white;
}

div.picture_caption {
   text-align:       center;
}

div.plot-controls {
   float: left;
}

div.plot-column {
   float: right;
}

div.korus-aq, div#wrap_pagecontent {
   width: 980px;
}

img.korus-aq {
   width: 660px;
}

#footer {
   width: 100%;
}

p.notes01 {
   clear: both;
}

td {
   text-align: center;
}

.hidden {
   visibility: hidden;
}

.no-display {
   display: none;
}

select.species {
   vertical-align: text-top;
}

div.group {
   background-color: cyan;
   border-style: dotted;
   margin: 10px;
   padding: 10px;
}

table.region td {
   padding: 4px 25px;
}

