
body {
	margin: 0;
    background-color: white;
}

input {
    width: 100%;
    font-size: 16px;
}

select {
    width: 100%;
    font-size: 16px;
}

textarea {
    width: 100%;
    font-size: 16px;
}

table.nav {
    background-color: darkblue;
    color: white;
    overflow-x: hidden;
    width: 100%;
}

td.nav {
    padding: 4pt;
}

td.wrap {
    text-wrap: none;
    width: 1%;
}

table.list {
    border-collapse: collapse;
    overflow-x: hidden;
    width: 100%;
}

td.group {
    background-color: lightgrey;
    color: white;
    font-weight: bold;
    padding: 2pt;
}

tr.list {
    border-bottom: solid 1pt lightgrey;
}

td.list {
    border-bottom: solid 1pt lightgrey;
    padding: 8pt;
}

th.list {
    border-bottom: solid 1pt lightgrey;
    padding: 8pt;
}

.link {
    cursor: pointer;
}

.button {
    background-color: #f0f0f0;
    cursor: pointer;
}

.textBorder2 {
    text-shadow:
            -2px -2px white,
            -1px -2px white,
            0 -2px white,
            1px -2px white,
            2px -2px white,
            -2px 0 white,
            -1px 0 white,
            1px 0 white,
            2px 0 white,
            -2px 2px white,
            -1px 2px white,
            0 2px white,
            1px 2px white,
            2px 2px white;
}
