.fullpage {
    display: inline-block;
    vertical-align: text-top;
}
.sidebar {
    width: 150px;
    font-size: 1.3em;
    border-width: 0px 3px 3px 0px;
    border-style: groove;
    border-color: #B50;
    border-bottom-right-radius: 10px;
    background-color: #004;
    color: #B50;
    text-align: center;
    padding: 5px;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    height: fit-content;
}

.main {
    color: #0ff;
    background-color: #002;
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
    width: fit-content;
    padding-top: 15px;
    padding-left: auto;
    padding-right: auto;

}

table tr td {
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    vertical-align: top;
}
h1 {
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    color: #0ff;
    text-align: center;
    width: fit-content;
    height: fit-content;
    padding: 15px;
    border: 3px;
    border-style: solid;
    border-color: #006;

    border-radius: 10px;
    background-image: linear-gradient(15deg, #004, #B50, #004);
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
}

body {
    color: #0ff;
    vertical-align: text-top;
    background-color: #002;
    margin: 0px;
    padding: 0px;
}


a {
    color: #fff;
    font-weight: bolder;
    font-style: italic;
    text-decoration: none;
}

a:hover {
    color: #0ff;
}


ul {
    text-align: left;
    display: block;
}

li {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.listGroup {
    display: flexbox;
    width: 100%;
    vertical-align: text-top;
}

.border {
    border: 2px;
    border-style: groove;
    border-color: #B50;
    border-radius: 5px;
}

.listchunk {
    width: fit-content;
    min-width: 300px;
    max-width: 600px;
    display: inline-block;
    border: 2px;
    border-style: groove;
    border-color: #B50;
    border-radius: 10px;
    padding: 5px;
    background-color: #002;
    vertical-align: top;
    padding: 3px;
    margin: 10px;
}

.largeListChunk {
    width: fit-content;
    min-width: 600px;
    max-width: 800px;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

a:hover {
    font-weight: bold;
}

.boxHeader {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align:  center;
}

p {
    text-align: left;
    padding: 5px;
}

.floatLeft {
    float: left;
    margin-right: 35px;
    margin-bottom: 15px;
    width: fit-content;
}

a {
    color: #fff;
}

.wideChars {
    word-spacing: 20px;
    line-height: 2.0em;
}


.shortbar {
    width: 25%;
    min-width: 150px;
}

.center {
    text-align: center;
}

.itemCenter {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}