div.form {
    width: 33%;
    line-height: 130%;
    font-family: 'Segoe UI Web (West European)', 'Segoe UI', 'BlinkMacSystemFont', 'Roboto', 'Helvetica Neue', sans-serif;
    color: black;
}
form {
    margin-top: 10px;
    border: 4px solid #d4ad52;
    background-color: #fff8bd;
    text-align: center;
}
form div {
    text-align: left;
}
.groupbox {
    margin: 12px;
    margin-top: 18px;
    padding: 10px;
    background-color: #fffbdc;
}
div.groupbox input[type="text"] {
    width: 33%;
}
div.groupbox2 select {
    width: 33%;
}
.areabar {
    width: 89%;
    margin-top: 3px;
    border: 1px solid #5f5f5f;
    background-color: #bdbdbd;
    text-align: end;
    line-height: 80%;
}
.areabar ul {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0px;
    text-align: left;
    list-style: disc outside url("~/assets/atch_icon.svg");
    font-size: 9px;
}
.areabar ul li {
    color: #0044cd;
    text-decoration: underline;
}
.areabar ul li:hover {
    color: crimson;
    text-decoration: line-through underline solid black;
}
.areabar input[type="button"] {
    width: 9%;
    height: 2em;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bolder;
    color: #686868
}
.areabox {
    width: 98%;
}
form input[type="submit"] {
    height: 2.3em;
}
.langbox {
    margin: 10px;
    float: left;
}
.littleicon {
    width: 1.3em;
    height: 1.3em;
    cursor: pointer;
}