/**
 * options.css
 * Cascading Style Sheet for the MOPITT web viewer.
 *
 * Author:  Carl Drews
 * Created: February 14, 2023
 */

<style>
div.controls {
   border: 4px solid blue;
   display: inline-block;
}

img.mopitt-logo {
   height: 42px;
   margin-left: 600px;
   margin-right: 20px;
}

div.last-valid-date {
   float: right;
}

span#valid-date {
   font-weight: bold;
}

td {
   text-align: center;
}

input.latlong {
   width: 70px;
}

td.left-cell {
   text-align: left;
}

canvas {
   background-image: url("java_0_world_20k.jpg");
}
</style>

