﻿
body {
    background: #dff9ff;
}
.banner {
    margin: 20px auto 0 auto;
    border: 4px solid #ffffff;
    width: fit-content;
    border-radius: 15px;
}



.banner img {
    margin-left: -17px;
    border-radius: 15px;
}

.coloring_title {
    margin: 20px auto 20px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #f38337;
    color: white;
    width: 630px;
    border-radius: 100px;
    padding: 5px 0 5px 0;
}

.section_pic {
    margin: 20px auto 20px auto;
    width:max-content;
    max-width: 750px;
    text-align: center;
    background-color: #defbff;
    border-radius: 20px;
    padding: 5px 10px;
}
.tog {
    cursor:pointer;
}
.section_title {
    display:inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #00618f;
    padding: 5px 0 10px 0;
    cursor: pointer;
}

.fa {
    font-size: 22px !important;
    color: #00618f;
    padding: 5px 0 10px 0;
}

.group {
    font-size: 20px;
    font-weight: bolder;
    color: #51a0a2;
}

table {
       margin: 0 auto;
}

table.GridGold {
    width: 650px;
}

table.GridGold td {
    font-size: 18px;
    border: 0;
    background-color: #defbff;
    border-bottom: 3px solid #FFFFFF;
    font-size: 18px;
    font-weight: bolder;
}
table.GridGold th {
    color: #4383a2;
    background-color: #defbff;
    font-size: 21px;
    border: 0;
    border-bottom: 3px solid #33cccc;
    text-align:center;
}


.return_home {
    background-color: #999999;
    padding: 10px;
    border-radius: 20px;
    font-size: 20px !important;
    margin: 10px auto 10px 20px;
    max-width: 100px;
    left: 5%;
    position: relative;
}


a#link_back {
    color: #ffffff;
    font-weight: bold;
}

.thumb-title {
    padding: 2px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}


.remark {
    margin: auto;
    width:auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}