<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

select          { color: #000;}
    select:focus,
    input:focus  { background-color: antiquewhite;}

#ShipStats-Container { padding-top: 0.5em; }

.WorkSection             { margin:0 auto; max-width: 50em;}

    .ShipSelect-Section      { float: left; width: 30%; margin-top: 0; margin-right: 0.5em}

        .ShipSelect-Menu                { display: block !important; padding-left: 0; margin-top: 0;}
        .ShipSelect-Menu .Header        { margin-top: 0; }

        .ShipSelect-Menu.form label     { display: inline-block; padding:.3em .08em .3em .3em; width: 100%;}
        .ShipSelect-Menu.form select    { display: inline-block; float: right; width: 15em}

        .ShipListing                    { max-height: 20em; overflow-x: hidden; overflow-y: scroll;}

    .CalculationTable   { float: left;}

        #ShipName       { text-align: center;}

        .CalculationTable th label  { display: block !important; padding: 0.3em; height: 100%; width:100%; text-align: center; background-color: darkolivegreen; color:#fff; cursor:pointer;}
		.CalculationTable th,
		.CalculationTable td        { text-align: center;}
        .CalculationTable td input  { text-align: center; width: 5em;}

        .CalculationTable option    { text-align: center;}
#Footer-Main		{ clear: both; background-color: #000; color: #fff; padding: 0.5em; margin-top: 0.5em;}

	#Footer-Main a:link,
	#Footer-Main a:visited		{ color:#2AF31A;}
	#Footer-Main a:visited:hover,
	#Footer-Main a:hover		{ color:#A09999;}

/* Notifications */
	#Notifications			{ box-sizing:border-box; border-right:none; background-color:#000; overflow:hidden; font-size: 0.8em;}
		#Notifications	h2	{ margin-bottom:0; font-size: 1.4em; padding-left: 0.3em; padding-top: 0.3em;}
		#Notifications	ol	{ padding-left:0; overflow-y:scroll; height:9.25em; margin-top:0;}
		#Notifications	li	{ margin-left:0; }
		
		#Notifications .Time 		{ color:#a4a4a4; display:block; text-align:right; font-size:0.8em; margin-right:0.5em;}
		#Notifications .System 		{ color:#a4a4a4; }
		#Notifications .Function 	{ color:#a4a4a4; font-style:italic;}
		#Notifications .Update		{ color:#0F3; }
		#Notifications .Watch		{ color: #F90; }
		#Notifications .Error		{ color:#F00; }
</pre></body></html>