﻿body {
    margin: 2em;
    background: #000000;
    color: #999999;
}

table {
    border-collapse: collapse;
    margin-top: 2em;
}

td {
    padding: .3em;
    border: 1px solid black;
    border-color: #999999;
}

tr:first-child td {
    background-color: #999999;
    color: #000000;
    font-weight: bold;
}

td {
    text-align: right;
}

tr td:first-child {
    text-align: left;
    font-weight: bold;
}

select {
    background-color: #999999;
    color: #000000;
}
/************************************************************************/
#SunPathImage {
    width: 30em;
}
#MoonPathImage {
    width: 30em;
}
#MoonAgeImage {
    width: 12em;
    height: 12em;
}
#WindRoseImage {
    width: 20em;
    height: 20em;
}
/************************************************************************/
svg {
    background: #000000;
}

.WindRose {
    stroke: #337aab;
    stroke-width: 5;
    fill: none;
}

.SmallLine {
    stroke-width: 3;
}

.WindDirAvg {
    stroke: #123145;
    stroke-width: 5;
    fill: none;
}

.WindDir {
    fill: #73c6ff;
}

.MoonAgeShadow {
    fill: #000000;
    opacity: 0.8;
}

.SunPath {
    stroke: #caa30c;
    stroke-width: 3;
    stroke-dasharray: 12, 3;
    fill: none;
}

.MoonPath {
    stroke: #808080;
    stroke-width: 3;
    stroke-dasharray: 12, 3;
    fill: none;
}

.HorizonLine {
    stroke: #337aab;
    stroke-width: 3;
    fill: none;
}

.DaySky {
    fill: #73c6ff;
    opacity: 0.6;
    transition: opacity 1.0s;
}

.CivilSky {
    fill: #73c6ff;
    opacity: 0.3;
    transition: opacity 1.0s;
}

.NauticalSky {
    fill: #73c6ff;
    opacity: 0.2;
    transition: opacity 1.0s;
}

.AstronomicalSky {
    fill: #73c6ff;
    opacity: 0.1;
    transition: opacity 1.0s;
}

.NightSky {
    fill: #73c6ff;
    opacity: 0.0;
    transition: opacity 1.0s;
}

.NightShadow {
    fill: #000000;
    opacity: 0.6;
    transition: opacity 1.0s;
}

.HideObject {
    opacity: 0.0;
    transition: opacity 1.0s;
}

.FadeIn {
    opacity: 0.0;
}
