body {
	font-family: Verdana;
    font-size: 10pt;
    background-color: blanchedalmond;
}

h1 {
    font-size: 120%;
    font-weight: bold;
}

.topLevelItem {
    padding: 0.3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 0.3em;
    border: 1px solid black;
    background-color: burlywood;
    width: 30em;
    cursor: pointer;
}

.topLevelItem {
    font-weight: bold;
}

.link,
.subGroup {
    position: relative;
    left: +0.5em;
    display: block;
    color: inherit;
}

.link:hover,
.subGroupCaption:hover {
    color: red;
    background-color: white;
    font-weight: bold;
}

.subGroupCaption {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.paramForm {
    position: absolute;
    background-color: ivory;
    left: +40em;
    border-radius: 0.2em;
}

#paramFormHeader {
    background-color: burlywood;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.2em;
    margin-bottom: 0.2em;
}

#paramFormTitle {
    display: inline-block;
}

#paramFormHeader svg {
    display: block;
    float: right;
    cursor: pointer;
}

#paramFormBody {
    padding: 0.2em;
}

table {
    border-collapse: collapse;
}

th,
td {
    text-align: left;
    font-size: inherit;
    vertical-align: top;
}

.param_submit_button_cell {
    text-align: right;
}

.toolbar .toolbutton {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 0.5em;
    cursor: pointer;
    background-color: burlywood;
    color: black;
    width: fit-content;
    border-top: lightgray solid 2px;
    border-left: lightgray solid 2px;
    border-right: gray solid 2px;
    border-bottom: gray solid 2px;
}

#paramFormBody .local_link {
    width: 99%;
}

.login_page {
    width: 20em;
    margin-left: auto;
    margin-right: auto;
}

.error {
    color: red;
    font-weight: bold;
}