@charset "UTF-8";

/* table class */
.tbl th,
.tbl td {
    text-align: center;
    padding: 5px;
}

.tbl th {
    font-weight: bold;
}

.tbl-floralwhite,
.tbl-floralwhite th,
.tbl-floralwhite td {
    border: 1px solid #f3e8d1;
}

.tbl-floralwhite th {
    background-color: #fbf8f1;
    color: #723922;
}

/* overflow class */
.vertical-scroll-800 {
    max-height: 800px;
    overflow-y: auto;
}

img.oblong-banner {
    width: 200px;
    padding-bottom: 10px;
}

img.square-banner {
    width: 153px;
    padding-top: 10px;
}

/* recaptcha position */
.g-recaptcha-pc-login {
    padding-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.g-recaptcha-submit:disabled {
    opacity: 0.7;
    cursor: default;
}
/* space */
.space-20 {
    margin: 20px 0;
}
/* button */
.btn-app-blue {
    color: #fff;
    background-color: #59acff;
    border-color: #509ae5;
}