
.container {
    pointer-events: auto;
}

h1 {
    font-family: felbridge, rockwell, sans-serif;
    font-size: 42px;
    color: blue;
    text-shadow: -1px -1px 0 #FFF,
    1px -1px 0 #003,
    -1px 1px 0 #003,
    1px 1px 0 #003;

}

h2 {
    font-family: felbridge, rockwell, sans-serif;
    font-size: 26px;
    color: white;
    border: window;
    outline: azure;
    outline-color: blue;
    margin-bottom: 2px;
    text-shadow: -1px -1px 0 #003,
    1px -1px 0 #003,
    -1px 1px 0 #003,
    1px 1px 0 #003;


}

h3 {
    font-family: felbridge, rockwell, sans-serif;
    font-size: 18px;
    color: black;
    border: window;
    outline: azure;
    outline-color: blue;
    margin-bottom: 2px;


}

a:link, a:visited, a:hover, a:active {
    text-decoration: underline;
    color: white;
}

li {
    font-family: felbridge, rockwell, sans-serif;
    font-size: 20px;
    text-decoration-color: white;
    text-shadow: -1px -1px 0 #000033,
    1px -1px 0 #003,
    -1px 1px 0 #003,
    1px 1px 0 #003;
    margin-bottom: 20px;
    margin-left: 10px;
}

ul {
    list-style-image: url('images/ship_bullet.png');
}

p {
    font-family: felbridge, rockwell, serif;
    font-size: 12pt;
    color: darkblue;
    background: rgba(255, 248, 220, .25);
    margin-top: 4px;
    text-shadow: -1px -1px 0 #000033
    /*        1px -1px 0 #003,*/
    /*        -1px 1px 0 #003,*/
    /*        1px 1px 0 #003;*/
}

label {
    font-family: felbridge, rockwell, serif;
    font-size: 12pt;
    font-variant: all-petite-caps;
    color: darkblue;
    background: rgba(255, 248, 220, .25);
    margin-top: 4px;
}

table {
    border: 1px solid black;
    table-layout: fixed;
    border-radius: 2px;
    text-align: left;
    border-collapse: collapse;
}

th {
    text-align: center;
    text-decoration: underline;
    padding: 10px;
    border: 2px solid black;

}

td {
    border: 1px solid black;
    padding: 5px;

}

body {
    background: url('images/ocean.png');
    margin-left: 5%;
    margin-right: 10%;
    overflow: hidden;
}

.comment {
    float: right;
    background: rgba(255, 248, 220, .75);
    border-radius: 8px;
    padding: 8px;
    font-size: 10pt;
    font-style: italic;
    width: 25%;
    z-index: 10000;
}

.data {
    font-family: monospace;
    font-size: 11pt;
    background: rgba(255, 248, 220, .50);

}
