#yd_page .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: .35rem;
    width: 95%;
    margin: 0 auto .5rem;
    line-height: .5rem
}

#yd_page .location div {
    margin: 0 .1rem;
    color: #0e2752
}

#yd_page .location a {
    color: #0e2752
}

#yd_page .main {
    border-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .7rem;
    margin-bottom: .5rem
}

#yd_page .main .main_title {
    text-align: center;
    font-size: .5rem;
    font-weight: bold;
    color: #0e2752;
    margin-bottom: .2rem
}

#yd_page .main .main_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .2rem
}

#yd_page .main .main_message .dates,
#yd_page .main .main_message .author,
#yd_page .main .main_message .reads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .3rem
}

#yd_page .main .main_message .dates div,
#yd_page .main .main_message .author div,
#yd_page .main .main_message .reads div {
    font-size: .3rem;
    color: #768091
}

#yd_page .main .main_message .dates a,
#yd_page .main .main_message .author a,
#yd_page .main .main_message .reads a {
    font-size: .3rem;
    color: #0e2752
}

#yd_page .main .main_content {
    width: 95%;
    margin: 0 auto;
    border-bottom: .01rem solid #edf3ff;
    font-size: .4rem
}



#yd_page .main .main_content p {
    color: #768091;
    font-size: .4rem;
    margin-bottom: .4rem;
    text-indent: .8rem;
    word-break: break-all;
}
#yd_page .main .main_content th p {
     text-indent: 0;
}

#yd_page .main .main_content td p {
     text-indent: 0;
}
#yd_page .main .main_content p a{
        display: inline-block;
        text-indent: 0rem;
        color: #2a5da4;
}
#yd_page .main .main_content a.main_content_title {
    font-weight: bold;
    color: #0e2752;
    font-size: .45rem;
    margin-bottom: .2rem
}

#yd_page .main .main_content img {
    display: block;
    width: 100%!important;
    margin: 0 auto .3rem;
    height:auto !important;
}

#yd_page .main .main_navigation {
    width: 95%;
    margin: 0 auto;
    padding: .3rem 0 0
}

#yd_page .main .main_navigation a {
    color: #0e2752;
    font-size: .4rem;
    margin-bottom: .3rem
}

#yd_page .main .main_gray {
    width: 95%;
    margin: 0 auto .3rem;
    border-bottom: .01rem solid #edf3ff
}

#yd_page .main .main_gray a {
    color: #768091;
    font-size: .3rem;
    margin-bottom: .2rem
}

#yd_page .main .main_reads {
    width: 95%;
    margin: 0 auto .2rem
}

#yd_page .main .main_reads .main_reads_title {
    font-weight: bold;
    color: #0e2752;
    font-size: .45rem;
    margin-bottom: .1rem;
    padding-bottom: .1rem;
    border-bottom: .01rem solid #edf3ff
}

#yd_page .main .main_reads .main_read_list {
    border-bottom: .01rem solid #edf3ff;
    padding-bottom: .2rem;
    font-size: .4rem
}

#yd_page .main .main_reads .main_read_list a {
    color: #768091;
    font-size: .4rem;
    padding: .1rem 0px
}

#yd_page .main .main_comment {
    width: 95%;
    margin: 0 auto
}

#yd_page .main .main_comment .main_comment_title {
    font-weight: bold;
    color: #0e2752;
    font-size: .45rem;
    margin-bottom: .1rem;
    padding-bottom: .1rem
}

#yd_page .main .main_comment textarea {
    outline: none;
    border: none;
    width: 90%;
    margin: 0 auto .4rem;
    display: block;
    -webkit-box-shadow: 0rem 0rem .1rem rgba(20, 60, 224, .4);
    box-shadow: 0rem 0rem .1rem rgba(20, 60, 224, .4);
    padding: .3rem;
    font-size: .4rem;
    border-radius: .3rem
}

#yd_page .main .main_comment .email_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#yd_page .main .main_comment .email_list img {
    display: block;
    width: .6rem
}

#yd_page .main .main_comment .email_list input {
    color: #768091;
    display: block;
    width: 80%;
    border-radius: 1rem;
    outline: none;
    border: none;
    background: #f6f6f6;
    padding: .2rem .4rem
}

#yd_page .main .main_comment .email_list input::-webkit-input-placeholder {
    color: #768091
}

#yd_page .main .main_comment .email_list input::-moz-placeholder {
    color: #768091
}

#yd_page .main .main_comment .email_list input:-ms-input-placeholder {
    color: #768091
}

#yd_page .main .main_comment .email_list input::-ms-input-placeholder {
    color: #768091
}

#yd_page .main .main_comment .email_list input::placeholder {
    color: #768091
}

#yd_page .statement {
    border-radius: .5rem;
    background: #fff;
    padding: .4rem 0 .2rem;
    margin-bottom: .5rem
}

#yd_page .statement a.fonts {
    text-align: center;
    font-size: .5rem;
    color: #0e2752;
    font-weight: bold;
    margin-bottom: .1rem
}

#yd_page .statement span.blue_box {
    display: block;
    margin: 0 auto;
    width: 90%;
    background: #edf3ff;
    color: #768091;
    padding: .3rem .2rem;
    border-radius: .2rem;
    font-size: .4rem;
    line-height: .6rem
}