
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    /*max-width: 600px;*/
    padding: 1em 1em 1em;
}

p {
    margin-top: 2px;
    margin-bottom: 2px;
}


h1, h2, h3 {
    margin-top: 0.6em;
    margin-bottom: 0.3em;
}

h4, h5, h6 {
    margin-top: 0.4em;
    margin-bottom: 0.1em;
}

ul {
    padding-left: 1em;
}

li {
    padding-bottom: 0.1em;
    padding-top: 0.1em;
}

table {
    border-collapse: collapse; /* Collapse the borders into a single border */
    border: 2px solid black; /* Set the border width and color */
}

th {
    border: 1px solid black; /* Set the border width and color */
    vertical-align: top;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

td {
    border: 1px solid black; /* Set the border width and color */
    vertical-align: top;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}


/*===================================================================*/
/* Forms                                                             */
/*-------------------------------------------------------------------*/
label {
    display: block; /* Display each label as a block element */
    margin-bottom: 3px; /* Add some bottom margin for spacing */
}

input {
    display: block; /* Display each input as a block element */
    margin-bottom: 3px; /* Add some bottom margin for spacing */
}

.form-input {
    display: inline-block; /* Display each input container as inline-block */
    margin-right: 1em; /* Add some right margin for spacing between input containers */
}

.form-input BR {
    margin-bottom: 0;
}
/*===================================================================*/


.box {
    display: inline-block;
    background: white;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    color: black;
    border: 2px solid black;
    margin-top: 2px;
    margin-bottom: 2px;
}


.header p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer p {
    font-size: 0.8em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.right-align {
    text-align: right;
}

.under-construction {
    background-image: url(./_images/under-construction-small.png);
    background-repeat: repeat-x;
    height: 300px;
    width: 100%;
}

.banner-HDS {
    background-image: url(./_images/banner_small.png);
    background-repeat: repeat-x;
    height: 200px;
    width: 100%;
}


.debug-msg {
    border: 3px solid blue;
    background-color: lightskyblue;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.success-msg {
    border: 3px solid rgb(0, 127, 0);
    background-color: rgb(127, 255, 127);
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.warning-msg {
    border: 3px solid rgb(255, 127, 0);
    background-color: rgb(255, 207, 127);
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.error-msg {
    border: 3px solid rgb(255, 0, 0);
    background-color: rgb(255, 191, 191);
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.other-msg {
    border: 3px solid rgb(0, 0, 0);
    background-color: rgb(168, 168, 168);
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}
