body {
    background-color: #e9ecef !important;
    margin: 20px;
    background-image: url(./image/512.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border: solid 2px #C0C0C0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #C0C0C0;
    border-right: 3px solid #C0C0C0;
    transform: translateY(20%) rotate(-45deg);
}

.card {
    margin: 20px;
    width: 40rem;
}

.card.resultarea {
    width: initial;
}

.form-select {
    display: initial;
    width: initial;
}

#bottomimage {
    margin-top: 20px;
    margin-bottom: 20px;
    visibility: collapse;
    display: none;
}

#bottomimage img {
    margin: 10px;
    width: 80%;
    height: auto;
}

#divSettings .title {
    margin-right: 20px;
}

#tblQuestBonusResults {
    font-size: 90%;
}

#tblQuestBonusResults a {
    color: inherit;
    text-decoration: none;
}

#tblQuestBonusResults thead tr th {
    background-color: rgb(225, 233, 241);
    border-style: none;
}

#tblQuestBonusResults tbody tr th {
    height: 0;
}

#tblQuestBonusResults tbody td {
    color: #333333;
}

#tblQuestBonusResults .contents_info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#tblQuestBonusResults .object_list>*:not(:first-child) {
    margin-left: 3px;
}

#tblQuestBonusResults .contents_title {
    font-weight: bold;
}

#tblQuestBonusResults .contents_detail {
    margin-top: 10px;
    font-weight: normal;
}

#tblQuestBonusResults .contents_indent .mission_area_list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#tblQuestBonusResults .contents_detail .detail_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 10pt;
    color: #707070;
}

#tblQuestBonusResults .contents_detail .detail_row .material-symbols-outlined {
    font-size: 14pt;
}

#tblQuestBonusResults .leftmargin {
    margin-left: 25px !important;
}

#tblQuestBonusResults .lefttext {
    text-align: end;
}

@media screen and (max-width: 767px) {
    body {
        background-image: unset;
    }

    .card {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    #bottomimage {
        visibility: visible;
        display: unset;
    }
}